claws / BH1750

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

The library works for STM32 #70

Closed morsisko closed 3 years ago

morsisko commented 3 years ago

Hello,

I just wanted to say I tested this library for STM32F103C8T6 with the stm32duino SDK and it works perfectly fine. I think the stm32 can be added to supported platforms, to remove the WARNING: library BH1750 claims to run on avr, sam, esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on stm32 architecture(s). warning.

claws commented 3 years ago

Thanks for the feedback.

claws commented 3 years ago

70 added information about supporting STM32 boards.