Skip to content

Commit

Permalink
Correct wiring table for ESP8266 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
metriful committed Jan 4, 2024
1 parent 00f5e9b commit e1ce8a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# Change Log
All notable changes to the project software and documentation will be documented in this file.

## [3.2.1] - 2024-01-04
### Fixed
- Wiring table for ESP8266 in README.md had incorrect SCL and SDA pin identification (D and GPIO numbers).

## [3.2.0] - 2023-11-19
### Added
- Support for Raspberry Pi Pico (W)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -231,8 +231,8 @@ Note that steps 1 and 2 are already complete if you have used Arduino IDE before
| VDD | 3V3 |
| GND | GND |
| VPU | 3V3 |
| SCL | D2 (GPIO 4) |
| SDA | D1 (GPIO 5) |
| SCL | D1 (GPIO 5) |
| SDA | D2 (GPIO 4) |
| LIT | D3 (GPIO 0) |
| SIT | D5 (GPIO 14) |
| RDY | D6 (GPIO 12) |
Expand Down

0 comments on commit e1ce8a0

Please sign in to comment.