Skip to content

Releases: adafruit/Adafruit_CircuitPython_ServoKit

1.3.10 - Added cp.org link to index.rst, pinned blinka to version 7.0.0

09 Jun 19:13
6d93dae
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-servokit.

Read the docs for info on how to use it.

1.3.9 - Repo documentation and config updates

07 Jun 17:17
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-servokit.

Read the docs for info on how to use it.

1.3.8 - Added type annotations

23 Feb 16:18
67982ff
Compare
Choose a tag to compare

Added type annotations for this library

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-servokit.

Read the docs for info on how to use it.

1.3.7 - Updated documentation link, python version

04 Feb 20:22
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-servokit.

Read the docs for info on how to use it.

1.3.6 - Updated pylint version, linted

15 Nov 18:58
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-servokit.

Read the docs for info on how to use it.

1.3.5 - Linted library

05 Oct 20:24
97287bc
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-servokit.

Read the docs for info on how to use it.

1.3.4 - Fixed docs, linted

26 Apr 20:00
1f6c8cf
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-servokit.

Read the docs for info on how to use it.

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

02 Mar 23:54
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-servokit.

Read the docs for info on how to use it.

1.3.2 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:29
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-servokit.

Read the docs for info on how to use it.

1.3.1 - Moved to pre-commit, added licensing info

20 Jan 22:55
6e1c516
Compare
Choose a tag to compare

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-servokit.

Read the docs for info on how to use it.