Skip to content

Releases: adafruit/Adafruit_CircuitPython_seesaw

implement neopixel brightness

27 Sep 19:00

Choose a tag to compare

1.2.4

DM: add brightness to seesaw neopix

Added keypad module

20 Sep 21:56
a2c3896

Choose a tag to compare

Merge pull request #18 from ladyada/master

Raspi/CPython compatibility

Correct Crickit pin mappings

03 Jul 17:49
340cd17

Choose a tag to compare

Previous pin maps were still wrong in various ways.
Tested on CPX and FeatherWing Crickits.

To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.


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

Read the docs for info on how to use it.

Now on pypi!

29 Jun 21:40
4231fdf

Choose a tag to compare

  • Fix reversed servo pins. Thanks @dhalbert!
  • Added pypi auto-release.

To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

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

Read the docs for info on how to use it.

Improve NeoPixel code; add PWMOut.fraction

26 Jun 18:24
bf80803

Choose a tag to compare

PWMOut.fraction allows you to set the PWM duty cycle as a fraction in the range 0.0-1.0.

Neopixel renamed to NeoPixel, and now implements more NeoPixel functionality.

Pin numbers for Crickit captouch terminals fixed.

To use in CircuitPython, download the .zip file and copy its contents 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.

Fix CT pin numbering

20 Jun 18:10
43e3a07

Choose a tag to compare

Merge pull request #12 from dhalbert/crickit-touch-pins

Correct Crickit touch pin numbers

crickit production release

29 May 16:45
498f59b

Choose a tag to compare

Merge pull request #10 from dhalbert/version-and-repo

add __version__ and __repo__

add pulldown support

21 May 21:31

Choose a tag to compare

1.1.4

DM: add support for INPUT_PULLDOWN

Split into multiple objects

07 May 23:05

Choose a tag to compare

1.1.3

what even is

minor fixes

07 May 17:59

Choose a tag to compare

1.1.2

DM: rename to CRICKIT