Versão limpa em 04/09/2014. Telnet funcionando.

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
37:51fed2a3e009
Parent:
32:8b108d8089e8
diff -r 66e4deb9c249 -r 51fed2a3e009 Headers/Capture.h
--- a/Headers/Capture.h	Fri May 22 21:32:00 2015 +0000
+++ b/Headers/Capture.h	Thu Jul 30 21:42:06 2015 +0000
@@ -49,7 +49,7 @@
     static void Stop();
     static void Wait();        
 
-    static bool ReadRFID(int channel,char *rfid);
+    static void ReadRFID(int channel,char *rfid);
 
 };