board.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2025 Gunar Schorcht
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
20 #include <stdint.h>
21 
26 #define LED0_PIN GPIO2
27 #define LED0_ACTIVE 1
30 /* include common board definitions as last step */
31 #include "board_common.h"
32 
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36 
37 #ifdef __cplusplus
38 } /* end extern "C" */
39 #endif
40