bh1750: Initial implementation

This driver was developed with the DFRobot Light Sensor based on the
BH1750.  It has a sensitivity of .5 to 65535 Lux.  It supports
voltages from 3-5vdc and is connected via I2C.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-08-24 15:53:46 -06:00
committed by Noel Eck
parent d1aa4b62f2
commit 196654e7c6
17 changed files with 1173 additions and 0 deletions

View File

@ -276,6 +276,7 @@ add_example (bmx055)
add_example (ms5611)
add_example (vk2828u7)
add_example (mma7361)
add_example (bh1750)
# These are special cases where you specify example binary, source file and module(s)
include_directories (${PROJECT_SOURCE_DIR}/src)