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: 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
19
extern
"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
Generated on Wed Aug 27 2025 20:40:39 by
1.13.2