board_common.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 Kees Bakker, SODAQ
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
21 #ifndef BOARD_COMMON_H
22 #define BOARD_COMMON_H
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
32 #define XTIMER_DEV TIMER_DEV(1)
33 #define XTIMER_CHAN (0)
34 
39 void board_init(void);
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif /* BOARD_COMMON_H */
46 
board_init
void board_init(void)
Initialize board specific hardware, including clock, LEDs and std-IO.