embedded-interfaces 0.10.3

Traits for common embedded interfaces and procedural macros for effortless definition of registers and commands for embedded device drivers
Documentation
1
2
3
4
5
pub mod standard_codec;
pub mod unsupported_codec;

pub type OneByteRegAddrCodec = standard_codec::StandardCodec<1>;
pub type TwoByteRegAddrCodec = standard_codec::StandardCodec<2>;