claws / BH1750

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

Non blocking #69

Closed coelner closed 3 years ago

coelner commented 4 years ago

Should address: #61 , #59 , #53

API Change for: float readLightLevel(); the parameter was removed. I estimate not really a problem here due it only should be used by people who had problems.

@claws Could you please overlook this?

claws commented 4 years ago

Looks like there are a few minor format (mainly consistent indenting) issues remaining.

coelner commented 4 years ago

I use a two whitespace indent and leave the #define preprocessors indented.