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 
9 #pragma once
10 
33 #include <stdint.h>
34 
40 #define LED0_PIN GPIO2
41 #define LED0_ACTIVE 1
43 #define LED_BLUE_PIN GPIO2
46 /* include common board definitions as last step */
47 #include "board_common.h"
48 
49 /* include definitions for optional hardware modules */
50 #include "board_modules.h"
51 
52 #ifdef __cplusplus
53 extern "C" {
54 #endif
55 
56 #ifdef __cplusplus
57 } /* end extern "C" */
58 #endif
59 
Definitions for Wemos stackable hardware modules (shields)