drivers/sensors/h1750fvi.c: Add a character driver for Rohm Ambient Light Sensor BH1750FVI.

This commit is contained in:
Alan Carvalho de Assis
2016-04-15 08:16:16 -06:00
committed by Gregory Nutt
parent 1f8212679c
commit 7f5339ee5a
6 changed files with 595 additions and 3 deletions
+2 -1
View File
@@ -11651,4 +11651,5 @@
to support multiple display devices (2015-04-14).
* drivers/wireless/nrf24l01.c: Fix backward calculation of relative
frequency. Noted by Henry Zhang (2015-04-15).
* drivers/sensors/h1750fvi.c: Add a character driver for Rohm Ambient
Light Sensor BH1750FVI. From Alan Carvalho de Assi (2016-04-15).