output channelization
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
use std::fmt::{Display, Formatter};
|
||||
use embedded_hal::i2c::{ErrorKind, ErrorType, I2c, Operation, SevenBitAddress};
|
||||
use std::fmt::{Display, Formatter};
|
||||
|
||||
pub struct SimMcp23017 {
|
||||
|
||||
}
|
||||
pub struct SimMcp23017 {}
|
||||
|
||||
impl SimMcp23017 {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
|
||||
}
|
||||
Self {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user