claws / BH1750

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

wire.begin() forbidden #16

Closed coelner closed 6 years ago

coelner commented 7 years ago

Normally there is Wire.begin(SDA,SCL) at the setup() and you are not allowed to use this method in a library. but most of the libraries do this anyway. https://github.com/esp8266/Arduino/issues/2607 https://github.com/esp8266/Arduino/issues/2774

claws commented 6 years ago

Fixed by #20