protegemed, aquisição via A/D simples utilizando interrupção do timer

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed

Fork of ptgm_semDMA by Marcelo Rebonatto

Revision:
0:fac116e94d44
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Headers/TftpServer.h	Tue Jan 05 11:47:35 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