WISP ERT (Client)  1.0.0
The WISP Extended Runtime (WISP side)
wisp-base.h
Go to the documentation of this file.
1 
10 #ifndef WISP_BASE_H_
11 #define WISP_BASE_H_
12 
13 //#include <msp430.h>
14 #include "globals.h" // Get these outta here (breaks encapsulation barrier)
15 #include "wired/spi.h"
16 #include "wired/uart.h"
17 #include "Sensors/accel.h"
18 #include "Sensors/adc.h"
19 #include "nvm/fram.h"
20 #include "RFID/rfid.h"
21 #include "config/wispGuts.h"
22 #include "Timing/timer.h"
23 #include "rand/rand.h"
24 
25 void WISP_init(void);
27 
28 #endif /* WISP_BASE_H_ */
void WISP_init(void)
Called by client code as a first step after PUC.
Definition: wisp-init.c:42
Global definitions, typedefs, variables.
void WISP_getDataBuffers(WISP_dataStructInterface_t *clientStruct)
Definition: interface.c:15
Definition: rfid.h:27