Releases: adafruit/Adafruit_CircuitPython_seesaw
analog write fix on raspberry pi
1.2.6 DM: add delay for analog write on raspberry pi
add support for soil sensor
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
1.2.4 DM: add brightness to seesaw neopix
Added keypad module
Merge pull request #18 from ladyada/master Raspi/CPython compatibility
Correct Crickit pin mappings
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!
- 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
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
Merge pull request #12 from dhalbert/crickit-touch-pins Correct Crickit touch pin numbers
crickit production release
Merge pull request #10 from dhalbert/version-and-repo add __version__ and __repo__
add pulldown support
1.1.4 DM: add support for INPUT_PULLDOWN