Loading...
Searching...
No Matches
board.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2014-2015 Freie Universität Berlin
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
16
17#include <stdint.h>
18
19#include "cpu.h"
20#include "periph_conf.h"
21#include "board_common.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
31#define L3G4200D_PARAM_INT2 GPIO_PIN(PORT_C, 9)
32#define L3G4200D_PARAM_INT1 GPIO_PIN(PORT_C, 6)
34
39#define LSM303DLHC_PARAM_ACC_PIN GPIO_PIN(PORT_B, 12)
40#define LSM303DLHC_PARAM_MAG_PIN GPIO_PIN(PORT_A, 11)
42
43#ifdef __cplusplus
44}
45#endif
46
Peripheral MCU configuration for the iotlab-a8-m3 board.