|
ESPixelStick Firmware
Firmware for the ESPixelStick
|
#include "ESPixelStick.h"#include "input/InputDisabled.hpp"#include "input/InputE131.hpp"#include "input/InputEffectEngine.hpp"#include "input/InputMQTT.h"#include "input/InputAlexa.h"#include "input/InputDDP.h"#include "input/InputFPPRemote.h"#include "input/InputArtnet.hpp"#include "input/InputMgr.hpp"
Classes | |
| struct | InputTypeXlateMap_t |
Macros | |
| #define | AllocateInput(ClassType, Input, ChannelIndex, InputType, InputDataBufferSize) |
| #define | DeAllocateInput(ChannelIndex) |
Functions | |
| void | TimerPollHandler () |
Variables | |
| static const InputTypeXlateMap_t | InputTypeXlateMap [c_InputMgr::e_InputType::InputType_End] |
| uint32_t | DeltaTime = 0 |
| c_InputMgr | InputMgr |
| #define AllocateInput | ( | ClassType, | |
| Input, | |||
| ChannelIndex, | |||
| InputType, | |||
| InputDataBufferSize ) |
| #define DeAllocateInput | ( | ChannelIndex | ) |
| void TimerPollHandler | ( | ) |


| uint32_t DeltaTime = 0 |
| c_InputMgr InputMgr |
|
static |