LED Demo for Tech Con 2014

Dependencies:   EthernetInterface PololuLedStripx mbed-rtos mbed nanoservice_client_1_12_X

Fork of LPC1768_LWM2M_Client by MBED_DEMOS

Revision:
8:1358fc888c9c
Parent:
7:59c7b96ace5b
Child:
9:a580c20d6bb5
--- a/main.cpp	Sun Sep 28 23:59:14 2014 +0000
+++ b/main.cpp	Mon Sep 29 01:49:26 2014 +0000
@@ -66,9 +66,6 @@
 UDPSocket server;
 Endpoint nsp;
 
-bool UDP_blocking = false;
-unsigned int UDP_timeout = 1000;
-
 char * ipstring;
 char * uid;
 
@@ -76,9 +73,6 @@
 {
     server.init();
     server.bind(NSP_PORT);
-    
-    /* server.set_blocking(UDP_blocking, UDP_timeout); */
-
 
     nsp.set_address(NSP_ADDRESS, NSP_PORT);