Mbed Clock application using an NTP connection to get internet time and a terminal interface to send commands

Dependencies:   4DGL-uLCD-SE EthernetInterface NTPClient mbed-rtos mbed SDFileSystem wavfile

Recorder.h

Committer:
dudanian
Date:
2014-12-08
Revision:
1:c47a2f0816bb
Child:
2:c939d0501184

File content as of revision 1:c47a2f0816bb:

#ifndef RECORDER_H
#define __RECORDER_H

#include "mbed.h"
#include "wavfile.h"

void tickrec(void);
int rec(const char *filename, const int nsec);

#endif