Driver for PCA9685 + example
This commit is contained in:
parent
7432c019f7
commit
e96fb4242e
5 changed files with 409 additions and 0 deletions
3
examples/pca9685_pwm/Makefile
Normal file
3
examples/pca9685_pwm/Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PROGRAM = pca9685_pwm
|
||||
EXTRA_COMPONENTS = extras/i2c extras/pca9685
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue