claws / BH1750

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

include initial measurement delay #28

Closed coelner closed 6 years ago

coelner commented 6 years ago

In continuous mode we are getting a zero measurement because we missed the initial measurement delay. Either the user have this in mind and wait the right amount of time or we fix that by adding a specific delay during configure().

claws commented 6 years ago

I believe that this problem is addressed by changes in #31