#include "ESPixelStick.h"
#include "memdebug.h"
#include "FileMgr.hpp"
#include <TimeLib.h>
Go to the source code of this file.
|
#define | NUM_UARTS 0 |
| forward declaration to the pure virtual output class that will be defined later.
|
|
#define | OM_MAX_NUM_CHANNELS (3000 * 3) |
|
#define | NO_CONFIG_NEEDED time_t(-1) |
|
#define | OM_IS_UART (CurrentOutputChannelDriver.PortType == OM_PortType_t::Uart) |
|
#define | OM_IS_RMT (CurrentOutputChannelDriver.PortType == OM_PortType_t::Rmt) |
|
◆ NO_CONFIG_NEEDED
#define NO_CONFIG_NEEDED time_t(-1) |
◆ NUM_UARTS
forward declaration to the pure virtual output class that will be defined later.
◆ OM_IS_RMT
#define OM_IS_RMT (CurrentOutputChannelDriver.PortType == OM_PortType_t::Rmt) |
◆ OM_IS_UART
#define OM_IS_UART (CurrentOutputChannelDriver.PortType == OM_PortType_t::Uart) |
◆ OM_MAX_NUM_CHANNELS
#define OM_MAX_NUM_CHANNELS (3000 * 3) |
◆ OutputMgr