Demo for Process-Visualisation 2 Variables can be viewed in SvVis3

Dependencies:   Serial_HL mbed

Files at this revision

API Documentation at this revision

Comitter:
hollegha2
Date:
Fri Oct 09 07:58:26 2015 +0000
Parent:
0:9ac39e20730c
Commit message:
V2.0

Changed in this revision

ProcVisDemo.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ProcVisDemo.cpp	Fri Apr 25 18:26:26 2014 +0000
+++ b/ProcVisDemo.cpp	Fri Oct 09 07:58:26 2015 +0000
@@ -4,7 +4,11 @@
 SerialBLK pc(USBTX, USBRX);
 SvProtocol ua0(&pc);
 
-BusOut leds(LED1,LED2,LED3,LED4);
+// 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);
+
 
 void CommandHandler();