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
* Copyright (C) 2018 Gunar Schorcht
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
31
#ifndef BOARD_H
32
#define BOARD_H
33
34
#include <stdint.h>
35
41
#define LED0_PIN GPIO2
42
#define LED0_ACTIVE 1
44
#define LED_BLUE_PIN GPIO2
47
/* include common board definitions as last step */
48
#include "board_common.h"
49
50
/* include definitions for optional hardware modules */
51
#include "
board_modules.h
"
52
53
#ifdef __cplusplus
54
extern
"C"
{
55
#endif
56
57
#ifdef __cplusplus
58
}
/* end extern "C" */
59
#endif
60
61
#endif
/* BOARD_H */
board_modules.h
Definitions for Wemos stackable hardware modules (shields)
Generated on Sat Nov 16 2024 08:08:27 by
1.9.8