Files
ESP-Nodes/ESP32-Console/main/pinout.h
2025-01-17 13:42:35 -05:00

38 lines
596 B
C

/*
ESP32-C3 Breadboard adapter GPIO Pinouts.
GPIO Physical Pin
--------------------
EN 1
IO4 2
IO5 3
IO6 4
IO8 5
IO7 6
IO10 10
IO9 8
USB D+ 9 USB D+
USB D- 11 USB D-
RxD 10
TxD 12
IO3 13
IO2 14
IO1 15
IO0 16
*/
#define GPIO_EN 1
#define GPIO0 16
#define GPIO1 15
#define GPIO2 14
#define GPIO3 13
#define GPIO4 2
#define GPIO5 3
#define GPIO6 4
#define GPIO7 6
#define GPIO8 5
#define GPIO9 8
#define GPIO10 10