Versão sem FFT e aquisição por DMA. 256 amostras.

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed

Revision:
0:e57bc370d339
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Headers/TftpServer.h	Tue Jan 05 11:45:44 2016 +0000
@@ -0,0 +1,19 @@
+#include "mbed.h"
+#include "rtos.h"
+
+#include "EthernetInterface.h"
+
+
+
+
+class TftpServer
+{
+
+public:
+
+    static void TftpServerThread(void const *arg);
+    
+    static void TftpDoRead(Endpoint remote,char *buffer,int length);
+    static void TftpDoWrite(Endpoint remote,char *buffer,int length);
+
+};
\ No newline at end of file