stm32f1-hal 0.7.5

HAL for the STM32F1 family
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use super::{
    bus_device::{BusDevice, BusDeviceWithAddress},
    dma::DmaChannel,
    fugit::{ExtU32 as _, RateExtU32 as _},
    i2c::{I2cBusDevice, I2cPeriph},
    timer::{
        GeneralTimer, PwmChannel, TimerDirection, TimerWithPwm, TimerWithPwm1Ch, TimerWithPwm2Ch,
        TimerWithPwm3Ch, TimerWithPwm4Ch,
    },
    uart::{UartPeriph, UartPeriphWithDma},
};
pub use os_trait::prelude::*;