Releases: adafruit/Adafruit_CircuitPython_VC0706
Added pyserial requirement
Updated to reflect pyserial requirement.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-vc0706
.
Read the docs for info on how to use it.
Refactor for CPython/Linux Support
- WARNING: API has changed! We now pass a uart object in rather than RX/TX pins
- Added CPython/pyserial examples
- Added baud rate auto-detection
- Added baud rate set/get properties
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-vc0706
.
Read the docs for info on how to use it.
Now on PyPi!
- Added
setup.py
- Added PyPI release info to
.travis.yml
- Updated
requirements.txt
- Added a more comprehensive
.gitignore
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-vc0706
.
Read the docs for info on how to use it.
More doc refinement
Thanks to @sommersoft for the documentation refinement.
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Sphinx update.
Thanks to @brentru for the great work!
Updated with lint and autobundling!
Thanks to @tannewt for the great work!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.
2.0 Release for CircuitPython 2.x
Release for CircuitPython 2.x builds (note this might not work with CircuitPython 3.x and beyond!). Supports basic image capture of different sizes and examples/snapshot.py shows usage to write image to a SD card (using Adafruit_CircuitPython_SD library and a wired up SD card holder).