/* 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- 11 RxD 10 TxD 12 IO3 12 IO2 14 IO1 15 IO0 16 */ #define GPIO_EN 1 #define GPIO0 16 #define GPIO1 15 #define GPIO2 14 #define GPIO3 12 #define GPIO4 2 #define GPIO5 3 #define GPIO6 4 #define GPIO7 6 #define GPIO8 5 #define GPIO9 8 #define GPIO10 10