T-Bakker

Results 4 issues of T-Bakker

Hi, I am trying to use uom quantities in a generic context. More specifically, I am trying to use mathematical functions such as abs, ceil, floor, signum, etc on these...

Hi, I am trying to replace `modular_bitfield` with `packet_struct` as that library is no longer maintained. As such, I am trying to use `packet_struct` with a non-struct type as a...

Hi, I currently use bitfields to write bytes to and/or read bytes from a data bus. As some bitfields are only received while others are only sent, the bitfields cause...

enhancement
feature requrest

This PR updates the `embedded-hal` dependency and switches to its replacement `embedded-can`. This means that now `socketcan` and `bxcan` share a common trait in the `embedded-can` library, which me really...