stm32-rs / bxcan

bxCAN peripheral driver for STM32 chips
Apache License 2.0
30 stars 22 forks source link

Async await operation on bxcan #56

Open ApoorvSingh0009 opened 1 year ago

ApoorvSingh0009 commented 1 year ago

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

Dirbaio commented 6 months ago

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