Skip to content

Commit

Permalink
Fix typo. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor authored Jan 24, 2024
1 parent f81db13 commit 18c904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i2c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ where
}

/// Sends the (7-Bit) address on the I2C bus. The 8th bit on the bus is set
/// depending on wether it is a read or write transfer.
/// depending on whether it is a read or write transfer.
fn send_addr(&self, addr: u8, read: bool) {
self.i2c
.data
Expand Down

0 comments on commit 18c904f

Please sign in to comment.