Releases: adafruit/Adafruit_CircuitPython_seesaw
1.13.0 - Added ANO rotary encoder examples, added gamepad 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.
1.12.1 - Updated pre-commit hooks
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.12.0 - Added ATtinyx16 support
Added support for ATtiny816 and Attiny1616 boards. Thanks @todbot!
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.11.7 - Added commented out board.STEMMA_I2C with explanation
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.11.6 - Made copyright stay up to date in docs/conf.py
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.11.5 - Check for misplaced neopixel.py
Added a check for moving neopixel.py
outside of adafruit_seesaw
mistakenly, instead of using the typically intended neopixel
library. Thanks @caternuson!
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.11.4 - Fixed pyproject.toml file
Fixed pyproject.toml
to include dependency files in package data.
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.11.3 - Switched to pyproject.toml, __version__ available on all platforms
This library now uses pyproject.toml
for installations. Additionally, the library attribute __version__
is now populated with the correct tag when installed from PyPI.
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.11.2 - Fix for boards without long ints
Fixed for use by boards that don't support arbitrary integers. Thanks @carlfj!
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.11.1 - Fix arguments to PixelBuf.__init__()
Fixes the initialization to PixelBuf.__init__()
for boards using the adafruit_pixelbuf
library by providing the size
/n
argument as positional. Thanks @Neradoc!
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.