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

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed

Headers/TftpServer.h

Committer:
rebonatto
Date:
2016-01-05
Revision:
0:e57bc370d339

File content as of revision 0:e57bc370d339:

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

};