docs: Fix i2c pins (#1340)

This commit is contained in:
Sergio Gasquez Arcos 2024-03-22 16:09:20 +01:00 committed by GitHub
parent d50290e9dd
commit 3efdbe9420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@
//! display (via I2C)
//!
//! The following wiring is assumed:
//! - SDA => GPIO1
//! - SCL => GPIO2
//! - SDA => GPIO4
//! - SCL => GPIO5
//% CHIPS: esp32 esp32c2 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
//% FEATURES: embedded-hal-02