mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 13:21:45 +00:00
![bors[bot]](/assets/img/avatar_default.png)
960: Add non blocking Bxcan constructor r=Dirbaio a=andyblarblar This PR adds a non-blocking constructor to the Bxcan Can wrapper struct. This allows for the creation of the Can periferal without blocking for a sync with the Can bus. Co-authored-by: Andrew Ealovega <Andrew@Ealovega.dev>