Skip to content

Releases: adafruit/Adafruit_CircuitPython_Crickit

Adds support for on-board NeoPixel

16 Dec 14:31
5534662
Compare
Choose a tag to compare

Thanks to @CedarGroveStudios!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-crickit.

Read the docs for info on how to use it.

I2C Singleton

08 Aug 00:00
a6100fb
Compare
Choose a tag to compare
  • Switch to using I2C singleton

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-crickit.

Read the docs for info on how to use it.

Update 'drive' Example

13 May 05:12
617bb07
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-crickit.

Read the docs for info on how to use it.

Update Travis Badge In Readme

16 Jan 02:22
a168680
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-crickit.

Read the docs for info on how to use it.

update pinmapping for crickit hat

21 Nov 19:18
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-crickit.

Read the docs for info on how to use it.

Refine use of .frozen

01 Nov 21:18
412392c
Compare
Choose a tag to compare

Put .frozen before lib/ in sys.path only if necessary, and only if both are in sys.path. This allows testing of non-frozen libraries in /, and does not adjust the path if .frozen is already before /lib.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-crickit.

Read the docs for info on how to use it.

Now on PyPi!

03 Aug 23:48
bbf2d89
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-crickit.

Read the docs for info on how to use it.

Correct Drive order for stepper motors.

05 Jul 21:38
Compare
Choose a tag to compare

Pin ordering for stepper motors on Drive terminals was incorrect.


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.

To use in CPython, pip install adafruit-circuitpython-crickit.

Read the docs for info on how to use it.

Complete rework of API

03 Jul 18:14
Compare
Choose a tag to compare

API completely reworked and simplified.


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.

To use in CPython, pip install adafruit-circuitpython-crickit.

Read the docs for info on how to use it.

Now on pypi!

30 Jun 02:05
bcf1c0b
Compare
Choose a tag to compare
  • Servo improvements thanks to @dhalbert
  • pypi packaging

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.

To use in CPython, pip install adafruit-circuitpython-crickit.

Read the docs for info on how to use it.