Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
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
19
20
#include <stdint.h>
21
26
#define LED0_PIN GPIO2
27
#define LED0_ACTIVE 1
29
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
Generated on Fri Sep 12 2025 18:57:26 by
1.13.2