Driver for PCA9685 + example

This commit is contained in:
UncleRus 2016-12-19 05:53:07 +05:00
parent 7432c019f7
commit e96fb4242e
5 changed files with 409 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/pca9685
# expected anyone using this driver includes it as 'pca9685/pca9685.h'
INC_DIRS += $(pca9685_ROOT)..
# args for passing into compile rule generation
pca9685_SRC_DIR = $(pca9685_ROOT)
$(eval $(call component_compile_rules,pca9685))