a
Fork of
ESE519_Lab6_part1_skeleton
by Carter Sharer
wifiGETWrapper.h
- Committer:
- hydroguy45
- Date:
- 2018-10-24
- Revision:
- 7:ca226305d28b
File content as of revision 7:ca226305d28b:
#pragma ONCE
#include "ESP8266Interface.h"
int initConnection(const char * SSID, const char * password);
int sendGET(const char * argument);