gpio.h
Go to the documentation of this file.
1 /****
2  * Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3  * Created 2015 by Skurydin Alexey
4  * http://github.com/SmingHub/Sming
5  * All files of the Sming Core are provided under the LGPL v3 license.
6  *
7  * gpio.h
8  *
9  ****/
10 
13 #pragma once
14 
15 #include <c_types.h>
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 #include <gpio.h>
22 
48 #ifdef __cplusplus
49 }
50 #endif