ESPixelStick Firmware
Firmware for the ESPixelStick
Loading...
Searching...
No Matches
GPIO_Defs_ESP8266_Generic.hpp
Go to the documentation of this file.
1
#pragma once
2
/*
3
* GPIO_Defs_ESP8266_Generic.hpp - Output Management class
4
*
5
* Project: ESPixelStick - An ESP8266 / ESP32 and E1.31 based pixel driver
6
* Copyright (c) 2021 Shelby Merrick
7
* http://www.forkineye.com
8
*
9
* This program is provided free for you to use in any way that you wish,
10
* subject to the laws and regulations where you are using it. Due diligence
11
* is strongly suggested before using this code. Please give credit where due.
12
*
13
* The Author makes no warranty of any kind, express or implied, with regard
14
* to this program or the documentation contained in this document. The
15
* Author shall not be liable in any event for incidental or consequential
16
* damages in connection with, or arising out of, the furnishing, performance
17
* or use of these programs.
18
*
19
*/
20
21
//Output Manager
22
#define DEFAULT_UART_1_GPIO gpio_num_t::GPIO_NUM_2
23
24
// File Manager
25
#define SUPPORT_SD
26
#define SD_CARD_MISO_PIN gpio_num_t::GPIO_NUM_12
27
#define SD_CARD_MOSI_PIN gpio_num_t::GPIO_NUM_13
28
#define SD_CARD_CLK_PIN gpio_num_t::GPIO_NUM_14
29
#define SD_CARD_CS_PIN gpio_num_t::GPIO_NUM_15
30
31
// Output Types
32
// Not Finished - #define SUPPORT_OutputType_TLS3001
33
// #define SUPPORT_OutputType_APA102 // SPI
34
#define SUPPORT_OutputType_DMX
// UART / RMT
35
#define SUPPORT_OutputType_GECE
// UART
36
// #define SUPPORT_OutputType_GS8208 // UART / RMT
37
#define SUPPORT_OutputType_Renard
// UART / RMT
38
#define SUPPORT_OutputType_Serial
// UART / RMT
39
// #define SUPPORT_OutputType_TM1814 // UART / RMT
40
// #define SUPPORT_OutputType_UCS1903 // UART / RMT
41
// #define SUPPORT_OutputType_UCS8903 // UART / RMT
42
// #define SUPPORT_OutputType_WS2801 // SPI
43
#define SUPPORT_OutputType_WS2811
// UART / RMT
44
#define SUPPORT_OutputType_Relay
// GPIO
45
// #define SUPPORT_OutputType_Servo_PCA9685 // I2C (default pins)
include
platforms
GPIO_Defs_ESP8266_Generic.hpp
Generated by
1.12.0