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 
17 #include <stdint.h>
18 
19 #ifdef __cplusplus
20  extern "C" {
21 #endif
22 
27 #define LED0_PIN GPIO1
28 #define LED0_ACTIVE (0)
32 #ifdef __cplusplus
33 } /* end extern "C" */
34 #endif
35 
36 /* include common board definitions as last step */
37 #include "board_common.h"
38