Skip to content

Releases: adafruit/Adafruit_CircuitPython_seesaw

1.9.2 - Updated examples

14 Jun 19:28
4ab8a0f

Choose a tag to compare

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

11 Jun 15:27
9489deb

Choose a tag to compare

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.

07 Jun 19:34
5812855

Choose a tag to compare

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

03 Jun 19:49
5cda48b

Choose a tag to compare

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

24 May 19:32

Choose a tag to compare

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

17 May 19:05
e75972a

Choose a tag to compare

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

12 May 19:29
6467edb

Choose a tag to compare

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)

Add Rotary Encoder & GPIO Interrupt support

12 May 16:35
5e53ccb

Choose a tag to compare

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)

1.7.2 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:56

Choose a tag to compare

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

10 Feb 22:35

Choose a tag to compare

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.