Expand description
HAL for the STM32L4x6 family of microcontrollers
This is an implementation of the embedded-hal
traits for the STM32L4x6 family of
microcontrollers.
§Usage
To build applications (binary crates) using this crate follow the cortex-m-quickstart instructions and add this crate as a dependency in step number 5 and make sure you enable the “rt” Cargo feature of this crate.
Re-exports§
pub extern crate stm32l4x6;