adrien3d / IO_WSSFM10-Arduino

Arduino library for the WSSFM10 Sigfox Module
https://plugblocks.com
MIT License
6 stars 8 forks source link

LED_BUILTIN #18

Closed bertrik closed 2 years ago

bertrik commented 2 years ago

This library (re)defines the macro LED_BUILTIN. This clashes with the LED_BUILTIN from the arduino environment. https://github.com/adrien3d/IO_WSSFM10-Arduino/blob/master/IO_WSSFM10.h#L20

Can you remove this line?

adrien3d commented 2 years ago

Done ;)