-
Notifications
You must be signed in to change notification settings - Fork 2
CommunicationService
Daniel Johnson edited this page Feb 11, 2022
·
2 revisions
The CommunicationService is a basic abstraction that can be used to represent UART, USB CDC, CAN, etc.
This sends data on the communication bus.
This registers a callBack to be executed when the communication service receives data through the Receive function.
This unregisters a callBack from being executed when the communication service receives data through the Receive function.