Loading...
Searching...
No Matches
board.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Gunar Schorcht
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
15
16#include <stdint.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
26#define LED0_PIN GPIO2
27#define LED0_ACTIVE (0)
29
30#ifdef __cplusplus
31} /* end extern "C" */
32#endif
33
34/* include common board definitions as last step */
35#include "board_common.h"
36