8 #ifndef _SMING_CORE_ESP8266EX_H_ 9 #define _SMING_CORE_ESP8266EX_H_ 11 #include "../include/user_config.h" 15 #define NUM_DIGITAL_PINS TOTAL_PINS 32 operator const int(){
return id;}
33 void mode(uint8_t mode);
34 void write(uint8_t val);
43 { 0, PERIPHS_IO_MUX_GPIO0_U, FUNC_GPIO0},
44 { 1, PERIPHS_IO_MUX_U0TXD_U, FUNC_GPIO1},
45 { 2, PERIPHS_IO_MUX_GPIO2_U, FUNC_GPIO2},
46 { 3, PERIPHS_IO_MUX_U0RXD_U, FUNC_GPIO3},
47 { 4, PERIPHS_IO_MUX_GPIO4_U, FUNC_GPIO4},
48 { 5, PERIPHS_IO_MUX_GPIO5_U, FUNC_GPIO5},
52 { 9, PERIPHS_IO_MUX_SD_DATA2_U, FUNC_GPIO9},
53 {10, PERIPHS_IO_MUX_SD_DATA3_U, FUNC_GPIO10},
55 {12, PERIPHS_IO_MUX_MTDI_U, FUNC_GPIO12},
56 {13, PERIPHS_IO_MUX_MTCK_U, FUNC_GPIO13},
57 {14, PERIPHS_IO_MUX_MTMS_U, FUNC_GPIO14},
58 {15, PERIPHS_IO_MUX_MTDO_U, FUNC_GPIO15},
ESP GPIO pin configuration.
Definition: ESP8266EX.h:26