123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- // #ifndef __ESP8266_H
- // #define __ESP8266_H
- // #ifdef __cplusplus
- // extern "C" {
- // #endif
- // #ifdef __ESP8266_H_GLOBAL
- // #define __ESP8266_H_EXTERN
- // #else
- // #define __ESP8266_H_EXTERN extern
- // #endif
- // /************************************************************************************************
- // * Version *
- // ************************************************************************************************/
- // /************************************************************************************************
- // * How to use *
- // ************************************************************************************************/
- // /************************************************************************************************
- // * Enable config *
- // ************************************************************************************************/
- // /************************************************************************************************
- // * Includes *
- // ************************************************************************************************/
- // /************************************************************************************************
- // * Defines *
- // ************************************************************************************************/
- // /************************************************************************************************
- // * Typedefs *
- // ************************************************************************************************/
- // /************************************************************************************************
- // * Interfaces *
- // ************************************************************************************************/
- // int esp8266_cfg_init(void);
- // #ifdef __cplusplus
- // };
- // #endif
- // #endif // __ESP8266_H
|