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
31 extern "C" {
32 #endif
33 
38 #define LED0_PORT GPIO_PORT_B
39 #define LED0_PORT_NUM PORT_B
40 #define LED0_PIN_NUM 12
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 /* Beware: This include must come *after* LED0 parameters have been defined */
48 #include "board_common.h"
49 
50 #endif /* BOARD_H */