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 - Quadroatary Fix Latest Release

Published by FoamyGuy 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_seesaw/compare/1.16.2...1.16.3

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 - Fix Error Message Number Representation

Published by FoamyGuy 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_seesaw/compare/1.16.1...1.16.2

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.16.1 - Fix RTD Docs Build and Unpin Sphinx

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_Seesaw/compare/1.16.0...1.16.1

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.16.0 - Fix set_pwm_freq() for ATtinys

Published by FoamyGuy 11 months ago

This release contains a fix for to set_pwm_freq() for ATtinys. Thank you @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.

Adafruit_CircuitPython_seesaw - 1.15.1 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year 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.15.0 PC Joystick Example

Published by FoamyGuy about 1 year ago

This release includes a new example that illustrates usage with a PC Joystick using https://www.adafruit.com/product/5753. Thank you @BlitzCityDIY.

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 Gamepad QT support

Published by kattni over 1 year 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.13.0 - Added ANO rotary encoder examples, added gamepad support

Published by evaherrada over 1 year 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.12.1 - Updated pre-commit hooks

Published by evaherrada over 1 year 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.12.0 - Added ATtinyx16 support

Published by tekktrik over 1 year ago

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.

Adafruit_CircuitPython_seesaw - 1.11.7 - Added commented out board.STEMMA_I2C with explanation

Published by evaherrada almost 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.11.6 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 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.11.5 - Check for misplaced neopixel.py

Published by tekktrik about 2 years ago

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.

Adafruit_CircuitPython_seesaw - 1.11.4 - Fixed pyproject.toml file

Published by tekktrik about 2 years ago

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.

Adafruit_CircuitPython_seesaw - 1.11.3 - Switched to pyproject.toml, __version__ available on all platforms

Published by tekktrik about 2 years ago

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.

Adafruit_CircuitPython_seesaw - 1.11.2 - Fix for boards without long ints

Published by tekktrik about 2 years ago

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.

Adafruit_CircuitPython_seesaw - 1.11.1 - Fix arguments to PixelBuf.__init__()

Published by tekktrik about 2 years ago

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.

Adafruit_CircuitPython_seesaw - 1.11.0 - Use PixelBuf to back pixels buffer in neopixel submodule

Published by evaherrada about 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.12 - Fixed default color order

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.11 - Fixed incorrect RGBW NeoPixel output

Published by tekktrik over 2 years ago

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.

Package Rankings
Top 5.75% on Pypi.org
Related Projects