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 
9 #pragma once
10 
20 #include <stdint.h>
21 
22 #include "cpu.h"
23 #include "periph_conf.h"
24 #include "board_common.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
34 #define L3G4200D_PARAM_INT2 GPIO_PIN(PORT_C, 9)
35 #define L3G4200D_PARAM_INT1 GPIO_PIN(PORT_C, 6)
42 #define LSM303DLHC_PARAM_ACC_PIN GPIO_PIN(PORT_B, 12)
43 #define LSM303DLHC_PARAM_MAG_PIN GPIO_PIN(PORT_A, 11)
46 #ifdef __cplusplus
47 }
48 #endif
49 
Peripheral MCU configuration for the Zigduino board.