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

Revision:
1:c47a2f0816bb
Child:
2:c939d0501184
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Recorder.h	Mon Dec 08 10:06:35 2014 +0000
@@ -0,0 +1,10 @@
+#ifndef RECORDER_H
+#define __RECORDER_H
+
+#include "mbed.h"
+#include "wavfile.h"
+
+void tickrec(void);
+int rec(const char *filename, const int nsec);
+
+#endif
\ No newline at end of file