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

Light.h

Committer:
AlanPig
Date:
2017-12-14
Revision:
3:99303dc07632

File content as of revision 3:99303dc07632:

#include "mbed_rpc.h"

void lightOff(Arguments *in, Reply *out);
void lightOn(Arguments *in, Reply *out);