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
16
17
#include <stdint.h>
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
27
#define LED0_PIN GPIO1
28
#define LED0_ACTIVE (0)
29
31
32
#ifdef __cplusplus
33
}
/* end extern "C" */
34
#endif
35
36
/* include common board definitions as last step */
37
#include "board_common.h"
38
Generated on Fri Sep 12 2025 18:57:26 by
1.13.2