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/ntpc.h	Tue Jan 05 11:45:44 2016 +0000
@@ -0,0 +1,20 @@
+#include "mbed.h"
+#include "rtos.h"
+
+#include "EthernetInterface.h"
+#include "NTPClient.h"
+
+static NTPClient ntpClient;
+
+class ntpc
+{
+
+protected:
+    
+    static void ntpcDo();
+
+public:
+
+    static void ntpc_Thread(void const* arg);
+
+};