11

Committer:
yezhong
Date:
Fri Jun 24 01:32:32 2022 +0000
Revision:
1:e8b9ee1156c8
Parent:
0:a94222cedd2e
1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
adhithyan15 0:a94222cedd2e 1 /* A simple library for interfacing with ESP8266 Wifi Module
adhithyan15 0:a94222cedd2e 2 The API has been designed to very user friendly. The current
adhithyan15 0:a94222cedd2e 3 version had to be developed in a very short amount of time. So
adhithyan15 0:a94222cedd2e 4 its error handling capabilities are very limited. So please feel
adhithyan15 0:a94222cedd2e 5 free to fork the project and contribute.
adhithyan15 0:a94222cedd2e 6
adhithyan15 0:a94222cedd2e 7 Copyright: Adhithya Rajasekaran
adhithyan15 0:a94222cedd2e 8 Released Under: MIT License
adhithyan15 0:a94222cedd2e 9 */
adhithyan15 0:a94222cedd2e 10
adhithyan15 0:a94222cedd2e 11 #include "mbed.h"
adhithyan15 0:a94222cedd2e 12 #include <string>
yezhong 1:e8b9ee1156c8 13 #include "wifi_example.h"
yezhong 1:e8b9ee1156c8 14
yezhong 1:e8b9ee1156c8 15 void moshi();
yezhong 1:e8b9ee1156c8 16
yezhong 1:e8b9ee1156c8 17 void mima();
adhithyan15 0:a94222cedd2e 18
yezhong 1:e8b9ee1156c8 19 void getMyIP();
yezhong 1:e8b9ee1156c8 20
yezhong 1:e8b9ee1156c8 21 void lianjie();
yezhong 1:e8b9ee1156c8 22
yezhong 1:e8b9ee1156c8 23 void UDP();