Driver for PCA9685 + example
This commit is contained in:
parent
7432c019f7
commit
e96fb4242e
5 changed files with 409 additions and 0 deletions
9
extras/pca9685/component.mk
Normal file
9
extras/pca9685/component.mk
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue