Skip to content

Commit

Permalink
doc: update vcc schematic
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Mar 27, 2024
1 parent ee4d38a commit de127d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ before calling **I2C_eeprom.begin()**.

```cpp
+---U---+
A0 | 1 8 | VCC = +5V
A0 | 1 8 | VCC = 1.7V to 5.5V
A1 | 2 7 | WP = write protect pin
A2 | 3 6 | SCL = I2C clock
GND | 4 5 | SDA = I2C data
+-------+

default address = 0x50 .. 0x57 depending on three address lines
Default address = 0x50 .. 0x57 depending on three address lines (A0, A1, A2).
```
Expand Down

0 comments on commit de127d9

Please sign in to comment.