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,3 @@
PROGRAM=tsl4531_example
EXTRA_COMPONENTS = extras/i2c extras/tsl4531
include ../../common.mk