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

Committer:
AlanPig
Date:
Thu Dec 14 00:30:12 2017 +0000
Revision:
3:99303dc07632
Parent:
0:1fb00e911fe6
Newly created program.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gmiles3 0:1fb00e911fe6 1 void Tx_interrupt();
gmiles3 0:1fb00e911fe6 2 void Rx_interrupt();
gmiles3 0:1fb00e911fe6 3 void sendCMD();
gmiles3 0:1fb00e911fe6 4 void getReply();
gmiles3 0:1fb00e911fe6 5 void connectToNetwork();
gmiles3 0:1fb00e911fe6 6 char* reportStatus();