ESPixelStick Firmware
Firmware for the ESPixelStick
Loading...
Searching...
No Matches
InputMgr.hpp File Reference
#include "ESPixelStick.h"
#include "FileMgr.hpp"
#include "output/OutputMgr.hpp"
#include "externalInput.h"
#include <TimeLib.h>
#include <Ticker.h>
Include dependency graph for InputMgr.hpp:
This graph shows which files directly or indirectly include this file:

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 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
 

Macro Definition Documentation

◆ FPP_TICKER_PERIOD_MS

#define FPP_TICKER_PERIOD_MS   25

◆ IM_EffectsControlButtonName

#define IM_EffectsControlButtonName   F ("ecb")

◆ INPUTMGR_TASK_PRIORITY

#define INPUTMGR_TASK_PRIORITY   5

◆ NO_CONFIG_NEEDED

#define NO_CONFIG_NEEDED   time_t(-1)

Variable Documentation

◆ InputMgr

c_InputMgr InputMgr
extern