procvis

Dependencies:   Serial_HL mbed

Fork of ProcVisDemo by michael hollegha

Files at this revision

API Documentation at this revision

Comitter:
Lippi
Date:
Tue Oct 18 16:47:18 2016 +0000
Parent:
1:e88b745f2ca2
Commit message:
progvis

Changed in this revision

ProcVisDemo.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r e88b745f2ca2 -r 10d485992408 ProcVisDemo.cpp
--- a/ProcVisDemo.cpp	Fri Oct 09 07:58:26 2015 +0000
+++ b/ProcVisDemo.cpp	Tue Oct 18 16:47:18 2016 +0000
@@ -7,7 +7,7 @@
 // V2.0
 // BusOut leds(LED1,LED2,LED3,LED4); Bertl14
 // M0-Board
-BusOut leds(P1_13,P1_12,P1_7,P1_6,P1_4,P1_3,P1_1,P1_0,LED4,LED3,LED2,LED1);
+//BusOut leds(P1_13,P1_12,P1_7,P1_6,P1_4,P1_3,P1_1,P1_0,LED4,LED3,LED2,LED1);
 
 
 void CommandHandler();
@@ -16,7 +16,7 @@
 {
     pc.format(8,SerialBLK::None,1);
     pc.baud(115200);
-    leds = 9;
+   // leds = 9;
 
     ua0.SvMessage("SvTest_Serial_HL"); // Meldung zum PC senden