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

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
1:fe2d4530da1b
Parent:
0:66d8bd1f9d4c
Child:
29:fcfcb31a6362
--- a/Headers/Capture.h	Thu Sep 04 19:40:18 2014 +0000
+++ b/Headers/Capture.h	Fri Sep 12 13:08:14 2014 +0000
@@ -47,7 +47,7 @@
     static void Stop();
     static void Wait();        
 
-    void ReadRFID(int channel,char *rfid);
+    static bool ReadRFID(int channel,char *rfid);
 
 };