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

Files at this revision

API Documentation at this revision

Comitter:
dudanian
Date:
Tue Dec 09 15:53:31 2014 +0000
Parent:
4:c4dfbf6b7f9f
Child:
6:23c3adb0470d
Commit message:
Changed namespace

Changed in this revision

SpeechServerSource/SpeechServer.c Show annotated file Show diff for this revision Revisions of this file
--- a/SpeechServerSource/SpeechServer.c	Tue Dec 09 15:52:59 2014 +0000
+++ b/SpeechServerSource/SpeechServer.c	Tue Dec 09 15:53:31 2014 +0000
@@ -12,7 +12,7 @@
 using System.Speech.Synthesis;
 using System.Speech.AudioFormat;
 
-namespace ServerTest
+namespace SpeechServer
 {
     class Program
     {