Implement i2cv1 timeout

This commit is contained in:
chemicstry
2022-10-24 11:30:04 +03:00
parent ce1cba761c
commit 4ce4131f8b
4 changed files with 243 additions and 23 deletions

View File

@ -7,6 +7,9 @@ use crate::interrupt::Interrupt;
mod _version;
pub use _version::*;
mod timeout;
pub use timeout::*;
use crate::peripherals;
#[derive(Debug)]