Loading...
Searching...
No Matches
sdk.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2019 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
20#ifndef SDK_H
21#define SDK_H
22
23#include <stdint.h>
24
25#include "sdk/ets.h"
26#include "sdk/phy.h"
27#include "sdk/system.h"
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif /* SDK_H */
ESP8266 ETS ROM function prototypes.
ESP8266 SDK libphy function prototypes.
ESP8266 user defined SDK function prototypes.