Skip to content

Python library for controlling the pca9685pw IC from the raspeberry pi over the i2c bus

Notifications You must be signed in to change notification settings

adamboardman/pwm-led-pca9685pw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PWM LED Controller

Some useful things to install on your RaspberryPi:

sudo apt-get install i2c-tools
sudo apt-get install python-smbus
sudo adduser i2c
i2cdetect -y 0

May use in future:

sudo apt-get install python-rpi.gpio

Run indivdual tests:

python -m unittest pca9685pw_testpy.TestPCM.test_setColourCyan

About

Python library for controlling the pca9685pw IC from the raspeberry pi over the i2c bus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages