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
29
30#include <stdint.h>
31
37#define LED0_PIN GPIO2
38#define LED0_ACTIVE 1
39
40#define LED_BLUE_PIN GPIO2
42
43/* include common board definitions as last step */
44#include "board_common.h"
45
46/* include definitions for optional hardware modules */
47#include "board_modules.h"
48
49#ifdef __cplusplus
50extern "C" {
51#endif
52
53#ifdef __cplusplus
54} /* end extern "C" */
55#endif
56
Definitions for Wemos stackable hardware modules (shields)