Skip to content

Releases: adafruit/Adafruit_CircuitPython_seesaw

analog write fix on raspberry pi

27 Nov 22:15
Compare
Choose a tag to compare
1.2.6

DM: add delay for analog write on raspberry pi

add support for soil sensor

14 Nov 22:26
Compare
Choose a tag to compare

added get_moisture function and temperature support.

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

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

Read the docs for info on how to use it.

implement neopixel brightness

27 Sep 19:00
Compare
Choose a tag to compare
1.2.4

DM: add brightness to seesaw neopix

Added keypad module

20 Sep 21:56
a2c3896
Compare
Choose a tag to compare
Merge pull request #18 from ladyada/master

Raspi/CPython compatibility

Correct Crickit pin mappings

03 Jul 17:49
340cd17
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
1.1.4

DM: add support for INPUT_PULLDOWN