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.7.1 - Fixed issue with Black and Pylint versions in the pre-commit config

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.7.0 - Added support for boards without fixed I2C address, moved from Pulseio.PWMOut to pwmio.PWMOut

Published by evaherrada over 3 years ago

This release is NOT compatible with CircuitPython 5.x

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.6.4 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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.6.3 - remove bad-whitespace pylint directive

Published by evaherrada about 4 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.6.2 - Fixed discord invite link

Published by evaherrada over 4 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.6.1 - Added Black check, reran Black with Python 3 target.

Published by evaherrada over 4 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.6.0 - Upgrade to latest Pylint, implement Black formatting

Published by evaherrada over 4 years ago

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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 - Fixes occasional bad reads when reading too often

Published by makermelissa over 4 years ago

This release includes a fix for occasional bad reads when reading too often.

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.5.5 - Bug Fixes, changed CI from Travis to GitHub Actions

Published by evaherrada almost 5 years ago

This release includes:

  • A bug with PULL_DOWN has been fixed
  • Documentation has been improved
  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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 - Fixed issue with MiniTFT FeatherWing crashing CP

Published by makermelissa about 5 years ago

Fixed bug causing MiniTFT Boards to crash CircuitPython by further increasing default Read Delay.

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 - Fixed NeoTrellis Issue with crashing on faster CP

Published by makermelissa about 5 years ago

Fixed bug causing NeoTrellis Boards to crash CircuitPython since speedups due to reading too fast by increasing default Read Delay.

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 - RGBW Fix

Published by caternuson about 5 years ago

  • Fix minor bug with RGBW settings.

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 - Duplicate code eliminated in pin_mode_bulk

Published by makermelissa about 5 years ago

Eliminate duplicated code in pin_mode_bulk. Thanks @zostay.

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 - Allow easier usage of 1.8" TFT Shield

Published by makermelissa about 5 years ago

Added file to allow easier usage of 1.8" TFT Shield

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 - increase temperature reading delay

Published by jerryneedell over 5 years ago

Increased delay in reading chip temperature.

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 - Added Robo HAT MM1

Published by sommersoft over 5 years ago

  • Added the Robo HAT MM1 board. See CrowdSupply for more information.

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 - Added MiniTFT FeatherWing Example

Published by makermelissa over 5 years ago

  • Added MiniTFT FeatherWing Example
  • Examples Renamed to be Adabot Compliant

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 retries for moisture reading

Published by caternuson over 5 years ago

  • Add retries to moisture reading if reading is out of bounds

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 - Update to README.

Published by kattni almost 6 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 - analog write fix on raspberry pi

Published by deanm1278 almost 6 years ago

Package Rankings
Top 5.75% on Pypi.org
Related Projects