ESPixelStick Firmware
Firmware for the ESPixelStick
Loading...
Searching...
No Matches
GPIO_Defs_ESP8266_Generic.hpp File Reference

Go to the source code of this file.

Macros

#define SUPPORT_SD
 
#define SD_CARD_MISO_PIN   gpio_num_t::GPIO_NUM_12
 
#define SD_CARD_MOSI_PIN   gpio_num_t::GPIO_NUM_13
 
#define SD_CARD_CLK_PIN   gpio_num_t::GPIO_NUM_14
 
#define SD_CARD_CS_PIN   gpio_num_t::GPIO_NUM_15
 
#define SUPPORT_OutputProtocol_DMX
 
#define SUPPORT_OutputProtocol_GECE
 
#define SUPPORT_OutputProtocol_GS8208
 
#define SUPPORT_OutputProtocol_Renard
 
#define SUPPORT_OutputProtocol_Serial
 
#define SUPPORT_OutputProtocol_WS2811
 
#define SUPPORT_OutputProtocol_Relay
 
#define SUPPORT_OutputProtocol_FireGod
 

Variables

const OM_OutputPortDefinition_t OM_OutputPortDefinitions []
 

Macro Definition Documentation

◆ SD_CARD_CLK_PIN

#define SD_CARD_CLK_PIN   gpio_num_t::GPIO_NUM_14

◆ SD_CARD_CS_PIN

#define SD_CARD_CS_PIN   gpio_num_t::GPIO_NUM_15

◆ SD_CARD_MISO_PIN

#define SD_CARD_MISO_PIN   gpio_num_t::GPIO_NUM_12

◆ SD_CARD_MOSI_PIN

#define SD_CARD_MOSI_PIN   gpio_num_t::GPIO_NUM_13

◆ SUPPORT_OutputProtocol_DMX

#define SUPPORT_OutputProtocol_DMX

◆ SUPPORT_OutputProtocol_FireGod

#define SUPPORT_OutputProtocol_FireGod

◆ SUPPORT_OutputProtocol_GECE

#define SUPPORT_OutputProtocol_GECE

◆ SUPPORT_OutputProtocol_GS8208

#define SUPPORT_OutputProtocol_GS8208

◆ SUPPORT_OutputProtocol_Relay

#define SUPPORT_OutputProtocol_Relay

◆ SUPPORT_OutputProtocol_Renard

#define SUPPORT_OutputProtocol_Renard

◆ SUPPORT_OutputProtocol_Serial

#define SUPPORT_OutputProtocol_Serial

◆ SUPPORT_OutputProtocol_WS2811

#define SUPPORT_OutputProtocol_WS2811

◆ SUPPORT_SD

#define SUPPORT_SD

Variable Documentation

◆ OM_OutputPortDefinitions

const OM_OutputPortDefinition_t OM_OutputPortDefinitions[]
Initial value:
=
{
{OM_PortId_t(0), OM_PortType_t::OM_SERIAL, {gpio_num_t::GPIO_NUM_2}},
{OM_PortId_t(0), OM_PortType_t::OM_RELAY, {gpio_num_t::GPIO_NUM_2}},
}
@ OM_SERIAL
Definition OutputMgrPortDefs.hpp:75
@ OM_RELAY
Definition OutputMgrPortDefs.hpp:76
uint8_t OM_PortId_t
Definition OutputMgrPortDefs.hpp:71