Skip to content

Commit 8e45cb2

Browse files
Jzavrkeldruin
authored andcommitted
Fix typo in i2c documentation
1 parent 27d63b4 commit 8e45cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i2c_interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ impl I2CDisplayInterface {
1919
}
2020
#[cfg(feature = "async")]
2121
#[allow(clippy::new_ret_no_self)]
22-
/// Create a new async I2C interface with the address 0x3D
22+
/// Create a new async I2C interface with the address 0x3C
2323
pub fn new<I>(i2c: I) -> I2CInterface<I>
2424
where
2525
I: embedded_hal_async::i2c::I2c,

0 commit comments

Comments
 (0)