20 #include "contiki-conf.h"
24 #include "er-server.h"
26 PROCESS(feshie_sense_process,
"Feshie Sense");
28 AUTOSTART_PROCESSES(&feshie_sense_process);
#define PROCESS_END()
Define the end of a process.
#define PROCESS(name, strname)
Declare a process.
#define PROCESS_THREAD(name, ev, data)
Define the body of a process.
#define NULL
The null pointer.
Convenience layer for storing readings and the config.
void store_init(void)
Initialize the data store.
void process_start(struct process *p, process_data_t data)
Start a process.
Process that periodically takes samples from onboard sensors and stores them in flash.
#define PROCESS_BEGIN()
Define the beginning of a process.