Function definitions in func_declare.h

Significantly reducing number of header files
This commit is contained in:
cschwinne
2020-03-31 02:38:08 +02:00
parent 470b4b3972
commit 6268cadc95
47 changed files with 759 additions and 890 deletions

View File

@@ -2,7 +2,7 @@
/*
* This file allows you to add own functionality to WLED more easily
* See: https://github.com/Aircoookie/WLED/wiki/Add-own-functionality
* EEPROM bytes 2750+ are reserved for your custom use case. (if you extend #define EEPSIZE in wled_eeprom.h)
* EEPROM bytes 2750+ are reserved for your custom use case. (if you extend #define EEPSIZE in const.h)
* bytes 2400+ are currently ununsed, but might be used for future wled features
*/