Started TCA8418 type
This commit is contained in:
parent
4967aa362f
commit
382a018b22
1 changed files with 8 additions and 0 deletions
|
|
@ -1,2 +1,10 @@
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
||||||
|
use embedded_hal::i2c::SevenBitAddress;
|
||||||
|
|
||||||
|
pub const I2C_ADDR: SevenBitAddress = 0b0_0110100;
|
||||||
|
|
||||||
|
pub struct TCA8418<I2C> {
|
||||||
|
i2c: I2C,
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue