Update README.md

This commit is contained in:
2024-07-14 13:04:38 -04:00
parent 905d718f61
commit e9e8a8c7cb

View File

@@ -98,6 +98,17 @@ const *char WIFI_PASSWORD = "405405405";
#define SCL_PIN (7) #define SCL_PIN (7)
#define SDA_PIN (6) #define SDA_PIN (6)
#define SYS_LED_PIN (8) #define SYS_LED_PIN (8)
#define SCK_PIN (8)
#define MISO_PIN (9)
#define MOSI_PIN (10)
#define UART_RX_PIN (20)
#define UART_TX_PIN (21)
#define ADC1_PIN (1)
#define ADC2_PIN (0)
#define A0_PIN (2)
#define A1_PIN (3)
#define A2_PIN (4)
#define A3_PIN (5)
``` ```