thebigpotatoe / Super-Simple-RGB-WiFi-Lamp

A project based on the ESP8266 and WS2812b
MIT License
66 stars 28 forks source link

Add function prototypes to fix Arduino IDE issue #13

Closed LarsMichelsen closed 4 years ago

LarsMichelsen commented 4 years ago

In some cases it happens that the Arduino IDE can not create the function prototypes which should make the function declared in all ino files known at the beginning of the primary INO file.

See: https://www.arduino.cc/en/Guide/Troubleshooting#toc23

Fixes #12

thebigpotatoe commented 4 years ago

Having another look at this, i think i will just merge it. Will make sure the code compiles for everyone.

Thanks again for the contributions