board.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014-2015 Freie Universität Berlin
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser General
5  * Public License v2.1. See the file LICENSE in the top level directory for more
6  * details.
7  */
8 
18 #ifndef BOARD_H
19 #define BOARD_H
20 
21 #include <stdint.h>
22 
23 #include "cpu.h"
24 #include "periph_conf.h"
25 #include "board_common.h"
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
35 #define L3G4200D_PARAM_INT2 GPIO_PIN(PORT_C, 9)
36 #define L3G4200D_PARAM_INT1 GPIO_PIN(PORT_C, 6)
37 
43 #define LSM303DLHC_PARAM_ACC_PIN GPIO_PIN(PORT_B, 12)
44 #define LSM303DLHC_PARAM_MAG_PIN GPIO_PIN(PORT_A, 11)
45 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif /* BOARD_H */
52 
periph_conf.h
Peripheral MCU configuration for the iotlab-a8-m3 board.