[][src]Crate async_stm32f1xx

Abstractions for asynchronous programming on the STM32F1xx family of microcontrollers.

This crate provides futures-based abstractions for asynchronous programming with peripherals from stm32f1xx_hal:

To properly schedule wakeups, this crate implements the following interrupts:

Modules

serial

Stream/Sink-based abstractions for DMA-based Serial Communication (USART).

timer

Future-based abstractions for timers.