Add a TSL4531 driver and example

This commit is contained in:
Brian Schwind 2017-03-21 01:50:46 +09:00
parent 813477aa8a
commit 8b5ee93b55
6 changed files with 291 additions and 2 deletions

View 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))