A smart remote using the sparkfun IR transmitter and receiver. The program also uses a web server to show the buttons on a mobile platform.

Dependencies:   EthernetInterface HTTPServer RemoteIR SDFileSystem mbed-rpc mbed-rtos mbed

Fork of SmartRemoteClean by Sarvagya Vaish

Revision:
8:858f7605c769
Parent:
7:7b3f53b5e737
Child:
9:47c413188c0d
--- a/main.cpp	Tue Dec 03 14:39:53 2013 +0000
+++ b/main.cpp	Tue Dec 03 14:41:51 2013 +0000
@@ -71,6 +71,7 @@
     svr.addHandler<HTTPRpcRequestHandler>("/rpc");
 
     EthernetInterface eth;
+    eth.setup(300000);
     eth.init(); //Use DHCP
     eth.connect();