Releases: adafruit/Adafruit_CircuitPython_seesaw
1.9.2 - Updated examples
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.
1.9.1 - Added new rotary encoder and neopixel example
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.
NeoPixel brightness fix.
Thanks to @jfurcean for the update!
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.
1.8.4 - Improved documentation
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.
1.8.3 - Fixed __version__, CI updates
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.
1.8.2 - Added example to documentation
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.
Add IncrementalEncoder wrapper class
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.
Changes since last release:
- Update function names in the base seesaw class (thanks @kattni)
- Use str.format in example (thanks @kattni)
- Add IncrementalEncoder wrapper class, adapt example to use it (thanks @jepler)
- Update examples to use
board.I2Cin preference tobusio.I2C(thanks @jepler) - Add product ID check to encoder simletest (thanks @jepler)
Add Rotary Encoder & GPIO Interrupt 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.
Changes since last release:
1.7.2 - Moved pylint from build.yml to .pre-commit-config.yml
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.
1.7.1 - Fixed issue with Black and Pylint versions in the pre-commit config
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.