Kategorie: Communication
StreamProtocol
The StreamProtocol ensures the correctness by exchanging data between different systems. For example between a microcontroller and a computer. The protocol...
SpiSlaveDevice
The SpiSlaveDevice class is a simple digital copy of an SpiSlave communicating with the internal SpiMasterHardware communication module. Multiple slave devices...
I2cSlaveDevice
The I2cSlaveDevice class is a simple digital copy of an I2cSlave communicating with the internal I2cMasterHardware communication module. Multiple slave devices...
SoftI2cMaster
The SoftI2cMaster class emulated an I2cMaster communication interface by two Gpios and an Timer. The Timer can be a hardware Timer...