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

Headers/TftpServer.h

Committer:
viniciushl
Date:
2016-01-13
Revision:
1:8129536051df
Parent:
0:fac116e94d44

File content as of revision 1:8129536051df:

#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);

};