Module codecs

Module codecs 

Source

Structs§

Crc8Codec
This codec implements an I2C codec utilizing crc checksums for data The main variables are:
NoCodec
A codec that represents absense of a codec. This has two main usecases:
SimpleCodec
This codec represents the most commonly found codecs for I2C devices. The main variable is the size of register addresses in bytes.

Traits§

Crc8Algorithm

Type Aliases§

OneByteRegAddrCodec
TwoByteRegAddrCodec