stm32f439-hal 0.1.0

embedded-hal imlementation for the stm32f439 crate.
1
2
3
4
//! `embedded-hal` implementation for the STM32F439

#![deny(warnings)]
#![no_std]