consolidate ExtiPin into stm32 package

This commit is contained in:
xoviat
2021-03-20 11:07:16 -05:00
parent 6719da3b6e
commit bf39822092
5 changed files with 296 additions and 324 deletions

View File

@ -32,4 +32,5 @@ pub use {stm32l0xx_hal as hal, stm32l0xx_hal::pac};
pub mod fmt;
pub mod exti;
pub mod interrupt;