Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Chili temperature sensing EVBME declarations. More...
Go to the source code of this file.
Macros | |
#define | EVBME_TSENSE_SETMODE (0xC0) /* set mode (NORMAL/COORDINATOR/DEVICE) */ |
#define | EVBME_TSENSE_REPORT (0xC1) /* Report Network Status (COORDINATOR) */ |
Functions | |
void | TEMPSENSE_Initialise (u8_t status, struct ca821x_dev *pDeviceRef) |
Initialise Chili module for temperature sensing app. More... | |
void | TEMPSENSE_Handler (struct ca821x_dev *pDeviceRef) |
Chili Event Handler in Main Polling Loop. More... | |
int | TEMPSENSE_UpStreamDispatch (struct SerialBuffer *SerialRxBuffer, struct ca821x_dev *pDeviceRef) |
TEMPSENSE Dispatch Branch (UpStream, Serial) More... | |
void | TEMPSENSE_RegisterCallbacks (struct ca821x_dev *pDeviceRef) |
Dynamically Register Callbacks for TEMPSENSE. More... | |
Chili temperature sensing EVBME declarations.
#define EVBME_TSENSE_REPORT (0xC1) /* Report Network Status (COORDINATOR) */ |
#define EVBME_TSENSE_SETMODE (0xC0) /* set mode (NORMAL/COORDINATOR/DEVICE) */ |
void TEMPSENSE_Handler | ( | struct ca821x_dev * | pDeviceRef | ) |
Chili Event Handler in Main Polling Loop.
void TEMPSENSE_Initialise | ( | u8_t | status, |
struct ca821x_dev * | pDeviceRef | ||
) |
Initialise Chili module for temperature sensing app.
status | - EVBME status |
pDeviceRef | - pointer to a CA-821x Device reference struct |
void TEMPSENSE_RegisterCallbacks | ( | struct ca821x_dev * | pDeviceRef | ) |
Dynamically Register Callbacks for TEMPSENSE.
int TEMPSENSE_UpStreamDispatch | ( | struct SerialBuffer * | SerialRxBuffer, |
struct ca821x_dev * | pDeviceRef | ||
) |
TEMPSENSE Dispatch Branch (UpStream, Serial)