Add bh1750 usage example

This commit is contained in:
Andrej Krutak 2017-03-30 22:07:51 +02:00 committed by Andrej Krutak
parent c03622871f
commit ab5e1eb5d6
2 changed files with 44 additions and 0 deletions

3
examples/bh1750/Makefile Normal file
View file

@ -0,0 +1,3 @@
PROGRAM=bh1750_example
EXTRA_COMPONENTS = extras/i2c extras/bh1750
include ../../common.mk