Skip to content

Add Rotary Encoder & GPIO Interrupt support

Compare
Choose a tag to compare
@jepler jepler released this 12 May 16:35
5e53ccb

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:

  • Add method for reading GPIO interrupt flag (thanks @rianadon)
  • Add rotary encoder support (thanks @jfurcean)
  • Increase duplicate code check threshold (thanks @dherrada)