stm32-rs / bxcan

bxCAN peripheral driver for STM32 chips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async await operation on bxcan

ApoorvSingh0009 opened this issue · comments

Does bxcan implement futures for embassy.
How can I use .await with can.receive().await?

the embassy-stm32 STM32 HAL has support for async bxcan, written on top of this crate.