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
);
26
void
WISP_getDataBuffers
(
WISP_dataStructInterface_t
* clientStruct);
27
28
#endif
/* WISP_BASE_H_ */
uart.h
WISP_init
void WISP_init(void)
Called by client code as a first step after PUC.
Definition:
wisp-init.c:42
timer.h
rand.h
globals.h
Global definitions, typedefs, variables.
adc.h
spi.h
WISP_getDataBuffers
void WISP_getDataBuffers(WISP_dataStructInterface_t *clientStruct)
Definition:
interface.c:15
fram.h
rfid.h
WISP_dataStructInterface_t
Definition:
rfid.h:27
wispGuts.h
accel.h
wisp-base
wisp-base.h
Generated by
1.8.13