stm32-rs / bxcan

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

Improve `transmit` and remove `transmit_and_get_mailbox` #39

Closed jonas-schievink closed 3 years ago

jonas-schievink commented 3 years ago

transmit should return an opaque object that indicates not only which frame was dequeued, but also which mailbox the new frame was put into.