Production Test Program (PTP) for the LPC4088 Experiment Base Board

Dependencies:   EALib I2S LM75B SDFileSystem mbed

Files at this revision

API Documentation at this revision

Comitter:
embeddedartists
Date:
Tue Sep 09 09:58:19 2014 +0000
Parent:
4:aa34674b6afb
Child:
6:4d97917c7dea
Commit message:
Corrected spelling mistake (andro)

Changed in this revision

TestAudio.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/TestAudio.cpp	Tue Sep 09 09:57:11 2014 +0000
+++ b/TestAudio.cpp	Tue Sep 09 09:58:19 2014 +0000
@@ -115,7 +115,7 @@
 
 bool TestAudio::runTest() {
     printf("Testing audio... Exit by pressing joystick up\n");
-    printf("Joystick down = play short wave-file. Youstick right/left = tunr microhone boost on/off\n");
+    printf("Joystick down = play short wave-file. Joystick right/left = turn microphone boost on/off\n");
 
     // joystick used for audio selection    
     DigitalIn up(p32);