Thom de Jong

Results 3 issues of Thom de Jong

This PR adds support for the embedded-hal 1.0.0 traits while keeping the 0.2 traits.

Instead of working with the u8 values, you now use enum types. Also added the NameFilter concept from AgIsoStack++

Why does the embedded_can, Can trait use an associated type for the frame? I want to link two libraries, each implementing their own can-bus and can-frame type, compatible with the...