From 28b561d08f123db5aff45b825ec310322dcba0ad Mon Sep 17 00:00:00 2001
From: recallmenot <104343143+recallmenot@users.noreply.github.com>
Date: Thu, 13 Apr 2023 07:21:06 +0200
Subject: [PATCH] I2C example readme pins were swapped

---
 examples/i2c_oled/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/i2c_oled/README.md b/examples/i2c_oled/README.md
index 3015423..91b8118 100644
--- a/examples/i2c_oled/README.md
+++ b/examples/i2c_oled/README.md
@@ -28,7 +28,7 @@ mysterious effects and less error checking.
 you know what you're doing.
 
 ## Use
-Connect an SSD1306-based OLED in I2C interface mode to pins PC1 (SCL) and PC2 (SDA)
+Connect an SSD1306-based OLED in I2C interface mode to pins PC1 (SDA) and PC2 (SCL)
 of the CH32V003 with proper I2C pullup resistors and observe the various graphic
 images that cycle at approximately 2 second intervals.
 
-- 
GitLab