A program using ESP8266 Huzzah to receive message from Amazon AWS service and control a servo to flip on/off the mechanical light switch.

Dependencies:   RPCInterface Servo mbed

Fork of dotbot by Graham Miles

mywifi.h

Committer:
AlanPig
Date:
2017-12-14
Revision:
3:99303dc07632
Parent:
0:1fb00e911fe6

File content as of revision 3:99303dc07632:

void Tx_interrupt();
void Rx_interrupt();
void sendCMD();
void getReply();
void connectToNetwork();
char* reportStatus();