claws / BH1750

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

Fix configure function #29

Closed claws closed 6 years ago

claws commented 6 years ago

This change applies a fix to ensure that a return value is supplied from configure function. The switch statement was poorly aligned.

Some indenting has been fixed and some style changes applied.

These changes are based on those in #27 which is awaiting comments on some other changes.