Digital 16bit Serial Output Type Ambient Light Sensor IC by ROHM, Ambient light sensor (Illuminance to digital converter)
Fork of BH1750 by
Revision 2:2d9ef50ea9d3, committed 2018-07-01
- Comitter:
- daniel_davvid
- Date:
- Sun Jul 01 11:55:17 2018 +0000
- Parent:
- 1:4a02a8fbf021
- Commit message:
- Weather station with multiple sensors
Changed in this revision
BH1750.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4a02a8fbf021 -r 2d9ef50ea9d3 BH1750.h --- a/BH1750.h Wed Aug 23 09:21:39 2017 +0000 +++ b/BH1750.h Sun Jul 01 11:55:17 2018 +0000 @@ -108,7 +108,7 @@ void power_up(void); void power_down(void); -protected: +//protected: I2C *_i2c_p; I2C &_i2c;