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-09
Revision:
6:23c3adb0470d
Parent:
2:c939d0501184

File content as of revision 6:23c3adb0470d:

#ifndef RECORDER_H
#define __RECORDER_H

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

int play(const char *filename);
int rec(const char *filename, const int nsec);

#endif