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/Http_post.h	Tue Jan 05 11:45:44 2016 +0000
@@ -0,0 +1,29 @@
+/*
+ * Http_post.h
+ *
+ *  Created on: 
+ *      Author: 
+ */
+#ifndef HTTP_POST_H
+#define HTTP_POST_H
+
+#include <mbed.h>
+#include <rtos.h>
+
+#include "EthernetInterface.h"    
+
+#include "Settings.h"
+#include "EventDetector.h"
+
+extern void HttpPost_Thread(void const *arg);
+
+class HttpPost
+{
+public:
+
+    static void HttpPost_Thread(void const *arg);
+    static void DoPost(TCPSocketConnection sock, char *host, CaptureEvent* dados);
+    static void PreparePost(CaptureEvent* dados,char *strfinal);
+};
+
+#endif //#ifndef HTTP_POST_H
\ No newline at end of file