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.I2C` in preference to `busio.I2C` (thanks jepler)
* Add product ID check to encoder simletest (thanks jepler)