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:
2:c939d0501184
Parent:
1:c47a2f0816bb

File content as of revision 2:c939d0501184:

#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