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 4:5ed17505c88e, committed 2015-11-22
- Comitter:
- takashikojo
- Date:
- Sun Nov 22 08:46:13 2015 +0000
- Parent:
- 3:73f31aea935a
- Commit message:
- Cleaned comments
Changed in this revision
FourDigitLED.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FourDigitLED.cpp Sun Jul 05 11:33:05 2015 +0000 +++ b/FourDigitLED.cpp Sun Nov 22 08:46:13 2015 +0000 @@ -21,7 +21,7 @@ setNum(0, 8); setNum(1, 8); setNum(2, 8); setNum(3, 8); setDot(0, 1); setDot(1, 1); setDot(2, 1); setDot(3, 1); /* end test */ - //Scan_tick.attach(this, &FourDigitLED::Scan, 0.005); + wait(1.0) ; val[0] = 0 ; val[1] = 0 ; val[2] = 0 ; val[3] = 0 ; }