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

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
32:8b108d8089e8
Parent:
31:647771325538
Child:
37:51fed2a3e009
diff -r 647771325538 -r 8b108d8089e8 Headers/Capture.h
--- a/Headers/Capture.h	Fri May 01 14:46:08 2015 +0000
+++ b/Headers/Capture.h	Fri May 01 21:52:57 2015 +0000
@@ -40,7 +40,7 @@
     static unsigned short int GetValue(int nsamples, int nchannel);
     static void CopyBuffer(int channel, unsigned short int *dest);
     static void CopyBufferSigned(int channel, short int *dest);
-    static void CopyBufferFloat(sint channel, float *dest)
+    static void CopyBufferFloat(int channel, float *dest);
 
     static void ISRHandler();