|
ESPixelStick Firmware
Firmware for the ESPixelStick
|
#include "ESPixelStick.h"#include "FileMgr.hpp"#include "output/OutputMgr.hpp"#include "externalInput.h"#include <TimeLib.h>#include <Ticker.h>

Go to the source code of this file.
Classes | |
| class | c_InputMgr |
| forward declaration to the pure virtual Input class that will be defined later. More... | |
| struct | c_InputMgr::DriverInfo_t |
Macros | |
| #define | InputDriverMemorySize 2476 |
| #define | NO_CONFIG_NEEDED time_t(-1) |
| #define | INPUTMGR_TASK_PRIORITY 5 |
| #define | IM_EffectsControlButtonName F ("ecb") |
| #define | FPP_TICKER_PERIOD_MS 25 |
Variables | |
| c_InputMgr | InputMgr |
| #define FPP_TICKER_PERIOD_MS 25 |
| #define IM_EffectsControlButtonName F ("ecb") |
| #define InputDriverMemorySize 2476 |
| #define INPUTMGR_TASK_PRIORITY 5 |
| #define NO_CONFIG_NEEDED time_t(-1) |
|
extern |