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

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
29:fcfcb31a6362
Parent:
1:fe2d4530da1b
Child:
31:647771325538
diff -r 463533ca610a -r fcfcb31a6362 Headers/Capture.h
--- a/Headers/Capture.h	Fri Mar 27 21:09:39 2015 +0000
+++ b/Headers/Capture.h	Tue Apr 28 14:19:03 2015 +0000
@@ -39,6 +39,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 ISRHandler();