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

Dependencies:   EALib I2S LM75B SDFileSystem mbed

Revision:
3:7ef908e84ae1
Parent:
2:2f4b7535ceb3
--- a/main.cpp	Thu Aug 28 09:36:13 2014 +0000
+++ b/main.cpp	Mon Sep 08 11:34:53 2014 +0000
@@ -57,9 +57,13 @@
     TestTemperature temp;
     TestTrimpot trim;
     TestJoystick joy;
-    TestAudio audio;
     TestShiftreg shift;
     TestDisplay display;
+    TestAudio audio;
+    
+    /* NOTE: Audio must be initialized AFTER the display as they both reference the same pins
+             (P0_4, P0_5, P0_6, P0_7, P0_8, P0_9). However the display only uses those pins
+             for 24-bit color depth and we only use 16-bit in this demo. */
     
     //startup flash behaviour
     rgb.showStartupPattern();