WLED/wled00/wled06_usermod.ino

23 wiersze
360 B
Arduino
Czysty Zwykły widok Historia

2018-02-25 13:46:11 +00: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 13:46:11 +00:00
*/
//Use userVar0 and userVar1 (API calls &U0=,&U1=, uint16_t)
2018-02-25 13:46:11 +00:00
void userBeginPreConnection()
{
2018-02-25 13:46:11 +00:00
}
void userBegin()
{
}
void userLoop()
{
}