Add a TSL4531 driver and example
This commit is contained in:
parent
813477aa8a
commit
8b5ee93b55
6 changed files with 291 additions and 2 deletions
9
extras/tsl4531/component.mk
Normal file
9
extras/tsl4531/component.mk
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/tsl4531
|
||||
|
||||
# Include the TSL4531 driver as "tsl4531/tsl4531.h"
|
||||
INC_DIRS += $(tsl4531_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
tsl4531_SRC_DIR = $(tsl4531_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,tsl4531))
|
Loading…
Add table
Add a link
Reference in a new issue