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.
Dependencies: HT1632_LedMatrix mbed-rtos mbed
Revision 3:91c74da4b95a, committed 2012-11-28
- Comitter:
- SomeRandomBloke
- Date:
- Wed Nov 28 22:01:37 2012 +0000
- Parent:
- 2:f6d3011fb5bb
- Child:
- 4:879975f891d0
- Commit message:
- 2 displays
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Nov 28 22:00:47 2012 +0000
+++ b/main.cpp Wed Nov 28 22:01:37 2012 +0000
@@ -53,7 +53,7 @@
// newer ones dont unless you want a gap between the displays.
// Num horizontal displays 1 to 4, num vertical displays 1 to 4. Max 4 displays can be used.
// Usable combinations are 1,1; 2,1; 3,1; 4,1; and 2,2; 1,2; 1,3; 1,4; with gaps!!
- led.init(4,1);
+ led.init(2,1);
pc.baud(9600);
printf("LED Matrix dislay test");
led.clear();