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

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
31:647771325538
Parent:
29:fcfcb31a6362
Child:
32:8b108d8089e8
diff -r 9bf44d2785d5 -r 647771325538 Headers/Capture.h
--- a/Headers/Capture.h	Tue Apr 28 14:38:37 2015 +0000
+++ b/Headers/Capture.h	Fri May 01 14:46:08 2015 +0000
@@ -40,6 +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 ISRHandler();