Logging facility for endpoints

Fork of ErrorHandler by Doug Anson

Revision:
3:8bafb7682222
Parent:
2:e771ffdf5c1b
Child:
4:f9e6432f2860
--- a/ErrorHandler.cpp	Fri Aug 29 19:23:45 2014 +0000
+++ b/ErrorHandler.cpp	Fri Aug 29 20:06:12 2014 +0000
@@ -48,13 +48,13 @@
     // Annunciations
     DigitalOut led1(LED1);
     DigitalOut led2(LED2);
-    DigitalOut led3(LED3);
-    DigitalOut led4(LED3);  // shared with led3  
-    
+    DigitalOut led3(LED1);
+    DigitalOut led4(LED2);  
+   
     // Multi-color LED support
-    PwmOut r(PTB22);
-    PwmOut g(PTE26);
-    PwmOut b(PTB21);  
+    DigitalOut r(PTB22);
+    DigitalOut g(PTE26);
+    DigitalOut b(PTB21); 
 #endif
 
 // Memory statistics macro