Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:e88b745f2ca2, committed 2015-10-09
- 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 |
diff -r 9ac39e20730c -r e88b745f2ca2 ProcVisDemo.cpp --- 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();