Communication API is used to interact with the Spin board and its shields communication peripherals.
To work with Communication API, include the following file in your code:
Detailed documentation on available classes:
API Reference
Class CommunicationAPI
Public Attributes
Type | Name |
---|---|
AnalogCommunication | analog Contains all the function for analog communication. |
CanCommunication | can Contains all the function for can communication. |
Rs485Communication | rs485 Contains all the function for rs485 communication. |
SyncCommunication | sync Contains all the function for sync communication. |
Public Attributes Documentation
variable analog
Contains all the function for analog communication.
variable can
Contains all the function for can communication.
variable rs485
Contains all the function for rs485 communication.
variable sync
Contains all the function for sync communication.
The documentation for this class was generated from the following file docs/core/zephyr/modules/owntech_communication/zephyr/public_api/CommunicationAPI.h