claws / BH1750

An Arduino library for the digital light sensor breakout boards containing the BH1750FVI IC
MIT License
249 stars 108 forks source link

Measurement Time Register function #34

Closed coelner closed 5 years ago

coelner commented 6 years ago

the sensor has the option to change the measurement time (pg 11) to adapt optical windows influence. If we implement that, we need a function to write the register over i2c, a private value to save the selected value and patch the readLightLevel() function.

claws commented 5 years ago

Implemented in #46.