No description
Find a file
2018-12-15 14:33:58 -05:00
docs Add documentation 2016-10-18 23:50:20 +02:00
.hgignore Initial commit 2016-06-27 21:39:58 +02:00
.travis.yml Automated mpy generation with Travis CI 2016-10-30 14:04:40 -07:00
LICENSE Add license file 2016-10-18 23:50:55 +02:00
motor.py Change DCMotors default I2C address to match motor shield & wing (0x60). 2016-10-27 23:10:49 -07:00
pca9685.py Actually return the computed value in duty 2016-09-15 20:57:50 +02:00
README.md Updating readme for archiving 2018-12-15 14:33:58 -05:00
servo.py Move self.period to the top of __init__ in servo.py 2016-07-25 16:28:21 +02:00
setup.py Minor version bump for new release. 2016-10-30 14:27:34 -07:00
stepper.py Remove unused stepper driver revsteps. 2016-10-28 04:12:13 -07:00

DEPRECATED LIBRARY micropython-adafruit-pca9685

This library has been deprecated! We are leaving this up for historical and research purposes but archiving the repository.

We are only supporting CircuitPython libraries.

Check out this library for using PCA9685 with Python on microcontrollers: https://github.com/adafruit/Adafruit_CircuitPython_PCA9685

Micropython driver for 16-channel, 12-bit PWM chip the pca9685

Full documentation at http://micropython-pca9685.readthedocs.io/