Christopher Foley
/
ESE519_WIFI_CONTROLLER
a
Fork of ESE519_Lab6_part1_skeleton by
wifiGETWrapper.h
- Committer:
- hydroguy45
- Date:
- 2019-11-01
- Revision:
- 12:ea030e3181d3
- Parent:
- 7:ca226305d28b
File content as of revision 12:ea030e3181d3:
#pragma ONCE #include "ESP8266Interface.h" int initConnection(const char * SSID, const char * password); int sendGET(const char * argument);