Skip to content

Commit

Permalink
SDA and SCL pin were incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilKalchev committed Dec 7, 2019
1 parent 6831dcc commit 4e3eaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/I_I2C_menu/I_I2C_menu.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
*
* The circuit:
* https://github.com/VasilKalchev/LiquidMenu/blob/master/examples/I_I2C_menu/hello_menu.png
* - PCF8574 module SDA to Arduino pin A5
* - PCF8574 module SDL to Arduino pin A4
* - PCF8574 module SCL to Arduino pin A5
* - PCF8574 module SDA to Arduino pin A4
* - PCF8574 module VCC to Arduino 5V
* - PCF8574 module GND to Arduino GND
*
Expand Down

0 comments on commit 4e3eaa7

Please sign in to comment.