Alex Bohm
Alex Bohm
Working on the TWAI and the associated `embedded_hal::can::Can` traits.
Thank you! I appreciate the help. I'm still working through the acceptance filter designs to make it a bit easier to understand without reading the reference manual. Any feedback is...
Looks like the embedded-hal team has released the split out version of embedded-can: https://crates.io/crates/embedded-can/0.4.1. Going to look into it and figure out what it needs for impls, looks like a...
Thanks for having @DNedic take a look at this! I had paused some work on this as I got distracted by [embassy](https://github.com/embassy-rs/embassy) and all the interesting work going on between...
Thanks for those ideas, I really like the bytestrings approach! Yeah, I agree, coming from a background with the STM32 C HAL implementation of bxcan, there was a lot of...
With the good ideas from @dimpolo, I switched to using bytestrings in the implementation for the SingleStandardFilter. I ended up combining the parameters into the single constructor as I want...
I think this is in a good state at the moment and I'm ready to merge. With testing against a Raspberry Pi and a MCP2515, the driver appears to work...
Updated driver and example to use PeripheralRef for #249.
As previously mentioned, I've been testing this driver with a Raspberry Pi, MCP2515 HAT, and `can-utils`. I thought I'd write down a couple basic commands in case people are unfamiliar....