Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
actuatordemo.h
Go to the documentation of this file.
1 #ifndef ACTUATORDEMO_H
2 #define ACTUATORDEMO_H
3 
4 #include "ca821x_api.h"
5 
6 /******************************************************************************/
7 /***************************************************************************/
12 void handle_cli_actuatordemo(void *aContext, uint8_t aArgsLength, char *aArgs[]);
13 
14 /******************************************************************************/
15 /***************************************************************************/
25 ca_error init_actuatordemo(otInstance *aInstance, struct ca821x_dev *pDeviceRef);
26 
27 /******************************************************************************/
28 /***************************************************************************/
37 ca_error handle_actuatordemo(struct ca821x_dev *pDeviceRef);
38 
39 #endif //ACTUATORDEMO_H
void handle_cli_actuatordemo(void *aContext, uint8_t aArgsLength, char *aArgs[])
Process a CLI command to change the state of the actuator demo.
Definition: actuatordemo.c:1084
ca_error init_actuatordemo(otInstance *aInstance, struct ca821x_dev *pDeviceRef)
Initialise the actuator demo.
Definition: actuatordemo.c:1189
ca_error handle_actuatordemo(struct ca821x_dev *pDeviceRef)
Handle all actuatordemo functionality.
Definition: actuatordemo.c:1239
The main ca821x-api include file.
ca_error
Cascoda error type.
Definition: ca821x_error.h:51
CA-821x Device reference struct.
Definition: ca821x_api.h:123