CCxxxx Driver
0.0.1
|
Optional functionality for convience. See Quick Start API. More...
#include <ccx_api.h>
Go to the source code of this file.
Functions | |
uint8_t | ccxQuickstartTransmitVariableLength (uint8_t targetAddress, const uint8_t *buffer, uint8_t length) |
Initiate the transmission of a variable length packet. More... | |
uint8_t | ccxQuickstartReceiveVariableLength (uint8_t *rxBuffer, uint8_t *length, uint8_t *rssi, uint8_t *lqi) |
Initiate retrieving a variable length packet from the RX FIFO. More... | |
uint8_t | ccxQuickstartInit (void) |
Initialises the QuickStart module. More... | |
uint8_t | ccxQuickstartShutdown (void) |
Optional functionality for convience. See Quick Start API.