Module stm32_hal2::prelude [−][src]
In the prelude, we export the embedded-hal
traits we implement, and
some custom ones.
Re-exports
pub use crate::traits::*; |
pub use access_global; |
pub use make_globals; |
pub use make_simple_globals; |
Traits
DelayMs | Millisecond delay |
DelayUs | Microsecond delay |
OneShot | ADCs that sample on single channels per request, and do so at the time of the request. |