board.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2015 TriaGnoSys GmbH
3  * SPDX-FileCopyrightText: 2017 Alexander Kurth, Sören Tempel, Tristan Bruns
4  * SPDX-FileCopyrightText: 2018 Otto-von-Guericke-Universität Magdeburg
5  * SPDX-License-Identifier: LGPL-2.1-only
6  */
7 
8 #pragma once
9 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
34 #define LED0_PORT GPIO_PORT_B
35 #define LED0_PORT_NUM PORT_B
36 #define LED0_PIN_NUM 12
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 /* Beware: This include must come *after* LED0 parameters have been defined */
44 #include "board_common.h"
45