Autor: Florian Seibold
Error Handling
In the deep-embedded field, isolating and understanding errors can be a big pain - less breakpoints and komplex hardware drivers can...
DAC – Digital to Analog Converter
The DigitalOut hardware abstraction in semf creates an analog signal from an integer value respectively an interger array. There are two...
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...