Adafruit_CircuitPython_seesaw

seesaw helper IC driver for circuitPython

MIT License

Downloads
4.4K
Stars
60
Committers
31

Bot releases are hidden (Show)

Adafruit_CircuitPython_seesaw - add support for soil sensor

Published by deanm1278 almost 6 years ago

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.

Adafruit_CircuitPython_seesaw - implement neopixel brightness

Published by deanm1278 about 6 years ago

Adafruit_CircuitPython_seesaw - Added keypad module

Published by deanm1278 about 6 years ago

Adafruit_CircuitPython_seesaw - Correct Crickit pin mappings

Published by dhalbert over 6 years ago

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.

Adafruit_CircuitPython_seesaw - Now on pypi!

Published by tannewt over 6 years ago

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

Adafruit_CircuitPython_seesaw - Improve NeoPixel code; add PWMOut.fraction

Published by dhalbert over 6 years ago

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.

Adafruit_CircuitPython_seesaw - Fix CT pin numbering

Published by deanm1278 over 6 years ago

Adafruit_CircuitPython_seesaw - crickit production release

Published by deanm1278 over 6 years ago

Adafruit_CircuitPython_seesaw - add pulldown support

Published by deanm1278 over 6 years ago

Adafruit_CircuitPython_seesaw - Split into multiple objects

Published by ladyada over 6 years ago

Adafruit_CircuitPython_seesaw - minor fixes

Published by deanm1278 over 6 years ago

Adafruit_CircuitPython_seesaw - neopixel support

Published by deanm1278 over 6 years ago

Adafruit_CircuitPython_seesaw - Crckit support

Published by deanm1278 over 6 years ago

CRCkit support

Adafruit_CircuitPython_seesaw - Sphinx update.

Published by kattni over 6 years ago

Thanks to @brentru for the great work!

Adafruit_CircuitPython_seesaw - Updated with lint and autobundling!

Published by kattni almost 7 years ago

Thanks @tannewt for the great work!

Package Rankings
Top 5.75% on Pypi.org
Related Projects