claws / BH1750

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

Debug messages can cause the MCU stuck #82

Open xpalaa00 opened 2 years ago

xpalaa00 commented 2 years ago

Due to possibility that printing of error messages can stuck program flow it is better to add choice to enable or disable this messages according to needs of user/programmer of the library.

obrazek

coelner commented 2 years ago

yep, this library is blocking. Try this instead: https://github.com/Starmbi/hp_BH1750

you can try this: https://github.com/coelner/BH1750/tree/serialpointer but I have little spare time to look into this