mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 13:40:52 +00:00
Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -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)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user