43 #include "dev/rs232.h"
46 PROCESS(test_process1,
"Test process");
53 rs232_print (RS232_PORT_1,
"test_process 1 starting\n");
68 CLIF
struct process *
const autostart_processes[] = {&test_process1};
int etimer_expired(struct etimer *et)
Check if an event timer has expired.
#define PROCESS_WAIT_UNTIL(c)
Wait for a condition to occur.
#define PROCESS_BEGIN()
Define the beginning of a process.
#define PROCESS_THREAD(name, ev, data)
Define the body of a process.
#define PROCESS_END()
Define the end of a process.
#define PROCESS(name, strname)
Declare a process.
void rs232_print(char *text)
Print a text string on RS232.
void etimer_set(struct etimer *et, clock_time_t interval)
Set an event timer.
#define CLOCK_SECOND
A second, measured in system clock time.