|
WISP ERT (Client)
1.0.0
The WISP Extended Runtime (WISP side)
|
#include "globals.h"#include "wired/spi.h"#include "wired/uart.h"#include "Sensors/accel.h"#include "Sensors/adc.h"#include "nvm/fram.h"#include "RFID/rfid.h"#include "config/wispGuts.h"#include "Timing/timer.h"#include "rand/rand.h"Go to the source code of this file.
Functions | |
| void | WISP_init (void) |
| Called by client code as a first step after PUC. More... | |
| void | WISP_getDataBuffers (WISP_dataStructInterface_t *clientStruct) |
The interface for the standard WISP library, including all definitions required to communicate with an RFID reader and use onboard peripherals.
| void WISP_getDataBuffers | ( | WISP_dataStructInterface_t * | clientStruct | ) |
| void WISP_init | ( | void | ) |
Called by client code as a first step after PUC.
void WISP_init (void)
TODO: enable PIN_RX_EN only when needed in the future