Skip to content

Releases: adafruit/Adafruit_CircuitPython_VC0706

Added pyserial requirement

03 Oct 21:00
7237761
Compare
Choose a tag to compare

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

21 Aug 01:26
990dcd0
Compare
Choose a tag to compare
  • 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!

08 Aug 22:08
f0d58c6
Compare
Choose a tag to compare
  • 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

01 May 18:45
f78e1c7
Compare
Choose a tag to compare

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.

21 Feb 21:54
dfbbede
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

Updated with lint and autobundling!

04 Jan 23:05
6505d53
Compare
Choose a tag to compare

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

03 Nov 18:52
Compare
Choose a tag to compare

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).