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
11#pragma once
12
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
37#define LED0_PORT GPIO_PORT_B
38#define LED0_PORT_NUM PORT_B
39#define LED0_PIN_NUM 12
41
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