Loading...
Searching...
No Matches
board.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015 TriaGnoSys GmbH
3 * 2017 Alexander Kurth, Sören Tempel, Tristan Bruns
4 * 2018 Otto-von-Guericke-Universität Magdeburg
5 *
6 * This file is subject to the terms and conditions of the GNU Lesser
7 * General Public License v2.1. See the file LICENSE in the top level
8 * directory for more details.
9 */
10
27#ifndef BOARD_H
28#define BOARD_H
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
38#define LED0_PORT_NUM PORT_B
39#define LED0_PIN_NUM 12
42#ifdef __cplusplus
43}
44#endif
45
46/* Beware: This include must come *after* LED0 parameters have been defined */
47#include "board_common.h"
48
49#endif /* BOARD_H */