OpenWSN Firmware
board.h
Go to the documentation of this file.
1 #ifndef __BOARD_H
2 #define __BOARD_H
3 
15 #include "board_info.h"
16 #include "toolchain_defs.h"
17 
18 //=========================== define ==========================================
19 
20 typedef enum {
24 
25 //=========================== typedef =========================================
26 
27 //=========================== variables =======================================
28 
29 //=========================== prototypes ======================================
30 
31 void board_init(void);
32 void board_sleep(void);
33 void board_reset(void);
34 
40 #endif
void board_init(void)
void board_reset(void)
kick_scheduler_t
Definition: board.h:20
Definition: board.h:21
void board_sleep(void)
Definition: board.h:22