initial work on mct8316a
This commit is contained in:
@@ -42,7 +42,7 @@ where
|
||||
I2C::Error: 'static,
|
||||
{
|
||||
pub fn new(i2c: I2C, address: u8) -> Self {
|
||||
trace!("Mcp23017Driver::new(i2c, address: {address:07b})");
|
||||
trace!("Mcp23017Driver::new(i2c, address: 0x{address:02x})");
|
||||
Self {
|
||||
i2c: i2c.into(),
|
||||
address,
|
||||
|
||||
Reference in New Issue
Block a user