35#ifndef TEMPSENSE_EVBME_H
36#define TEMPSENSE_EVBME_H
41#define EVBME_TSENSE_SETMODE (0xC0)
42#define EVBME_TSENSE_REPORT (0xC1)
Internal Function definitions for communicating with a host using UART/USB.
struct SerialBuffer SerialRxBuffer
Type definitions used by Cascoda baremetal drivers.
unsigned char u8_t
Definition cascoda_types.h:46
Structure of serial transfers.
Definition cascoda_serial.h:50
CA-821x Device reference struct.
Definition ca821x_api.h:123
void TEMPSENSE_Handler(struct ca821x_dev *pDeviceRef)
Chili Event Handler in Main Polling Loop.
Definition tempsense_evbme.c:105
void TEMPSENSE_RegisterCallbacks(struct ca821x_dev *pDeviceRef)
Dynamically Register Callbacks for TEMPSENSE.
Definition tempsense_evbme.c:329
void TEMPSENSE_Initialise(u8_t status, struct ca821x_dev *pDeviceRef)
Initialise Chili module for temperature sensing app.
Definition tempsense_evbme.c:48
int TEMPSENSE_UpStreamDispatch(struct SerialBuffer *SerialRxBuffer, struct ca821x_dev *pDeviceRef)
TEMPSENSE Dispatch Branch (UpStream, Serial)
Definition tempsense_evbme.c:111