Package comm

Contains classes for providing access to basic communication interfaces such as UART, I2C, SPI.

Note

Event Handling

The EventManagement allows for listening to Comm events i.e. being automatically notified when data is received in slave mode. To do that a OnCommListener has to be implemented by extending on of the three classes:

Classes