Digital 16bit Serial Output Type Ambient Light Sensor IC by ROHM, Ambient light sensor (Illuminance to digital converter). Forked from Kenji Arai BH1750, minor changes.

Revision:
2:74dba61588ed
Parent:
1:4a02a8fbf021
Child:
3:3c15665641ff
--- a/BH1750.h	Wed Aug 23 09:21:39 2017 +0000
+++ b/BH1750.h	Thu Sep 12 10:51:25 2019 +0000
@@ -23,7 +23,7 @@
 #include "mbed.h"
 
 // light intensity sensor, BH1750
-// 7bit address = 0b0100011(0x23) or 0b1011100(0x5c)
+// 7bit address = 0b0100011(0x23) - ADDR LOW or 0b1011100(0x5c) - ADDR HIGH
 #define BH1750_G_CHIP_ADDR         (0x23 << 1)
 #define BH1750_V_CHIP_ADDR         (0x5c << 1)