Finalize i2c v2.

This commit is contained in:
Bob McWhirter
2021-05-24 11:41:37 -04:00
parent a126e17fb2
commit aed8283cd5
118 changed files with 24510 additions and 20657 deletions

View File

@ -15,6 +15,8 @@ pub mod clock;
pub mod dma;
pub mod exti;
pub mod gpio;
#[cfg(feature = "_i2c")]
pub mod i2c;
pub mod pwr;
pub mod rcc;
#[cfg(feature = "_rng")]