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:48e2c8603f94, committed 2015-01-30
- Comitter:
- morecat_lab
- Date:
- Fri Jan 30 21:08:20 2015 +0000
- Parent:
- 0:1d34bbc9e7a4
- Commit message:
- 1st publish
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jan 30 21:07:11 2015 +0000
+++ b/main.cpp Fri Jan 30 21:08:20 2015 +0000
@@ -10,12 +10,12 @@
mySpi7Seg.begin();
while(1) {
myled = 1;
-// mySpi7Seg.writeNum(i);
- mySpi7Seg.writeHex(i);
+ mySpi7Seg.writeNum(i);
+// mySpi7Seg.writeHex(i);
mySpi7Seg.update();
-// wait(0.02);
+ wait(0.02);
myled = 0;
-// wait(0.02);
+ wait(0.02);
i++;
}
}