sdk.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2019 Gunar Schorcht
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
19 #include <stdint.h>
20 
21 #include "sdk/ets.h"
22 #include "sdk/phy.h"
23 #include "sdk/system.h"
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 #ifdef __cplusplus
30 }
31 #endif
ESP8266 ETS ROM function prototypes.
ESP8266 SDK libphy function prototypes.
ESP8266 user defined SDK function prototypes.