WISP ERT (Client)
1.0.0
The WISP Extended Runtime (WISP side)
|
#include "../globals.h"
Functions | |
void | WISP_init (void) |
Called by client code as a first step after PUC. More... | |
Variables | |
RFIDstruct | rfid |
RWstruct | RWData |
uint8_t | cmd [CMDBUFF_SIZE] |
uint8_t | dataBuf [DATABUFF_SIZE] |
uint8_t | rfidBuf [RFIDBUFF_SIZE] |
volatile uint8_t | isDoingLowPwrSleep |
Provides the initialization routines for the WISP.
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
uint8_t cmd[CMDBUFF_SIZE] |
uint8_t dataBuf[DATABUFF_SIZE] |
volatile uint8_t isDoingLowPwrSleep |
RFIDstruct rfid |
uint8_t rfidBuf[RFIDBUFF_SIZE] |
RWstruct RWData |