Adafruit_CircuitPython_seesaw

seesaw helper IC driver for circuitPython

MIT License

Downloads
4.4K
Stars
60
Committers
31

Bot releases are hidden (Show)

Adafruit_CircuitPython_seesaw - 1.10.10 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_seesaw - 1.10.9 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_seesaw - 1.10.8 - Do not blank out the value read for pins PA30 and PA31

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_seesaw - 1.10.7 - Allow faster reset

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_seesaw - 1.10.6 - Added multiple QT rotary and Arcade QT examples

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_seesaw - 1.10.5 - Remove obsolete reference to ustruct

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_seesaw - 1.10.4 - Propagated delay param from read() to analog_read()

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_seesaw - 1.10.3 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_seesaw - 1.10.2 - Updated examples for ATtiny8x7

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_seesaw - 1.10.1 - Added ATiny simpletest

Published by evaherrada about 3 years ago

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.

Adafruit_CircuitPython_seesaw - 1.10.0 - Switched to rainbowio, fixed bugs with object instantiation, added ATtiny8x7 and examples

Published by evaherrada about 3 years ago

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.

Adafruit_CircuitPython_seesaw - 1.9.2 - Updated examples

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_seesaw - 1.9.1 - Added new rotary encoder and neopixel example

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_seesaw - NeoPixel brightness fix.

Published by kattni over 3 years ago

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.

Adafruit_CircuitPython_seesaw - 1.8.4 - Improved documentation

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_seesaw - 1.8.3 - Fixed __version__, CI updates

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_seesaw - 1.8.2 - Added example to documentation

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_seesaw - Add IncrementalEncoder wrapper class

Published by jepler over 3 years ago

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)
Adafruit_CircuitPython_seesaw - Add Rotary Encoder & GPIO Interrupt support

Published by jepler over 3 years ago

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)
Adafruit_CircuitPython_seesaw - 1.7.2 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

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.

Package Rankings
Top 5.75% on Pypi.org
Related Projects