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
Main communication API interface. More...
#include <CommunicationAPI.h>
Public Attributes
Type | Name |
---|---|
AnalogCommunication | analog Contains all the functions for Analog communication. |
CanCommunication | can Contains all the functions for CAN communication. |
Rs485Communication | rs485 Contains all the functions for RS485 communication. |
SyncCommunication | sync Contains all the functions for Real Time synchronization. |
Detailed Description
This class provides access to all supported communication interfaces, including analog, CAN, RS485, and real-time synchronization protocols.
analog
: provides analog communication functions.can
: provides CAN bus communication functions.rs485
: provides RS485 serial communication functions.sync
: provides real-time synchronization functions.
Public Attributes Documentation
variable analog
Contains all the functions for Analog communication.
variable can
Contains all the functions for CAN communication.
variable rs485
Contains all the functions for RS485 communication.
variable sync
Contains all the functions for Real Time synchronization.
The documentation for this class was generated from the following file docs/core/zephyr/modules/owntech_communication/zephyr/public_api/CommunicationAPI.h