No description
Find a file
2021-11-02 14:28:23 -07:00
.github Add GitHub pull request template 2016-05-27 13:24:31 -07:00
Adafruit_PCA9685 Initial commit. 2016-04-20 08:29:33 +00:00
examples Fix busnum in examples. 2016-04-20 19:53:57 +00:00
.gitignore Initial commit 2016-04-20 00:30:30 -07:00
ez_setup.py Initial commit. 2016-04-20 08:29:33 +00:00
LICENSE Initial commit 2016-04-20 00:30:30 -07:00
README.md Update README.md 2021-11-02 14:28:23 -07:00
setup.py Fix python3 pip install ez_setup relative import. 2016-10-19 01:48:28 +00:00

!! DEPRECATED !!

This library is deprecated and has been archived. Please use the new library here: https://github.com/adafruit/Adafruit_CircuitPython_PCA9685

Adafruit Python PCA9685

Python code to use the PCA9685 PWM servo/LED controller with a Raspberry Pi or BeagleBone black.

Installation

To install the library from source (recommended) run the following commands on a Raspberry Pi or other Debian-based OS system:

sudo apt-get install git build-essential python-dev
cd ~
git clone https://github.com/adafruit/Adafruit_Python_PCA9685.git
cd Adafruit_Python_PCA9685
sudo python setup.py install

Alternatively you can install from pip with:

sudo pip install adafruit-pca9685

Note that the pip install method won't install the example code.