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

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed

Headers/ntpc.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"
#include "NTPClient.h"

static NTPClient ntpClient;

class ntpc
{

protected:
    
    static void ntpcDo();

public:

    static void ntpc_Thread(void const* arg);

};