b3f658bdbf
Add bh1750 (I2C light sensor) driver + usage example
3 lines
91 B
Makefile
3 lines
91 B
Makefile
PROGRAM=bh1750_example
|
|
EXTRA_COMPONENTS = extras/i2c extras/bh1750
|
|
include ../../common.mk
|