Weather control switch for connected day. NXP LPC 1768 module. Ethernet connectivity.

Dependencies:   EthernetInterface mbed-rtos mbed nanoservice_client_1_12

Fork of Trenton_Switch_LPC1768_WIFLY by Demo Team

Revision:
17:8ca4a5801430
Parent:
16:3fb612af0dc5
--- a/nsdl_support.h	Fri Apr 04 15:17:07 2014 +0000
+++ b/nsdl_support.h	Mon Apr 07 09:29:11 2014 +0000
@@ -19,6 +19,5 @@
 sn_nsdl_ep_parameters_s* nsdl_init_register_endpoint(sn_nsdl_ep_parameters_s *endpoint_structure, uint8_t* name, uint8_t* ypename_ptr, uint8_t *lifetime_ptr);
 void nsdl_clean_register_endpoint(sn_nsdl_ep_parameters_s **endpoint_structure);
 void nsdl_init();
-void nsdl_event_loop();
 
 #endif // NSDL_SUPPORT_H