11

esp8266.h

Committer:
yezhong
Date:
2022-06-24
Revision:
1:e8b9ee1156c8
Parent:
0:a94222cedd2e

File content as of revision 1:e8b9ee1156c8:

/* A simple library for interfacing with ESP8266 Wifi Module
   The API has been designed to very user friendly. The current
   version had to be developed in a very short amount of time. So
   its error handling capabilities are very limited. So please feel
   free to fork the project and contribute. 
   
   Copyright: Adhithya Rajasekaran
   Released Under: MIT License
*/

#include "mbed.h"
#include <string>
#include "wifi_example.h"

void moshi();

void mima();

void getMyIP();

void lianjie();

void UDP();