issues #4 - Wrong pins for I2C

This commit is contained in:
Derek Jamison
2023-04-17 17:21:45 -04:00
parent 505926825e
commit 195a8a9265
2 changed files with 5 additions and 5 deletions

View File

@@ -6,8 +6,8 @@ This is a basic demonstration of reading/writing I2C protocol.
For this demo, we connect a I2C device to pins:
- 3V3 (3V3, pin 9) = VCC
- GND (GND, pin 18) = GND
- SCL (C0, pin 15) = SCL
- SDA (C1, pin 16) = SDA
- SCL (C0, pin 16) = SCL
- SDA (C1, pin 15) = SDA
*/
#include <furi.h>