FreeRTOS:
FreeRTOS Cellular Library
FreeRTOS Cellular Library
|
Cellular communication interface
FreeRTOS Cellular Library use communication interface to communicate with cellular modules.
Users of FreeRTOS Cellular Library should create a instance of CellularCommInterface and pass it to Cellular_Init function as paremeters.
CellularCommInterface includes the following four function pointers. Reference the document page for prototype.
The following communication interface implementation can be used as reference.