Hackaday demo: Signal generator

Dependencies:   SDFileSystem mbed

Revision:
1:c229c3ceb909
Parent:
0:8baa10bd07de
--- a/command.cpp	Fri Sep 11 02:32:43 2015 +0000
+++ b/command.cpp	Tue Sep 15 15:21:34 2015 +0000
@@ -11,7 +11,7 @@
 // Print help
 void help(void)
 {
-    pc.printf("Pat Gen V1.0. Buffers size %d\r\n",BUFSIZE);
+    pc.printf("\n\n\n\rPat Gen V1.0. Buffers size %d\r\n",BUFSIZE);
     pc.printf("l=load decimal\r\nx=load hex\r\nf=load floating\r\ng=go\r\nt=timebase\r\nz=zap\r\nd=sd card dir\r\nr=sd read\r\nw=sd write\r\n");
 }