WLED/wled00/wled06_usermod.ino

22 lines
298 B
Arduino
Raw Normal View History

2018-02-25 14:46:11 +01:00
/*
* This file allows you to add own functionality to WLED more easily
* See: https://github.com/Aircoookie/WLED/wiki/Add-own-functionality
* EEPROM bytes 2944 to 3071 are reserved for your custom use case.
2018-02-25 14:46:11 +01:00
*/
void userBeginPreConnection()
{
}
void userBegin()
{
}
void userLoop()
{
}