Connected switch with wifi for Project Trenton (weather control switch!). Targets NXP LPC1768 device with WiFly connectivity module.

Dependencies:   WiflyInterface mbed nanoservice_client_1_12

Fork of cc3000_simple_socket_demo by Martin Kojtal

Revision:
18:eb1a194d60d9
Parent:
17:8ca4a5801430
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/switch.h	Fri Jun 27 13:29:18 2014 +0000
@@ -0,0 +1,10 @@
+// Pressure Mat resource implementation
+
+#ifndef SWITCH_H
+#define SWITCH_H
+
+#include "nsdl_support.h"
+
+int create_switch_resource(sn_nsdl_resource_info_s *resource_ptr);
+void switch_report();
+#endif
\ No newline at end of file