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.
Diff: Function2.h
- Revision:
- 1:80aea0f0fcbd
- Parent:
- 0:52fb551ac065
--- a/Function2.h Thu Jan 22 01:06:03 2015 +0000 +++ b/Function2.h Thu Jan 22 01:26:41 2015 +0000 @@ -28,7 +28,7 @@ c = c +1; } - for ( int i = 0; i < 2; i++ ) //3000 interations = 60s + for ( int i = 0; i < 3000; i++ ) //3000 interations = 60s { digselect = 0x1; // digit 1 Binary: 0 0 0 1 @@ -55,7 +55,7 @@ digit00(); wait_ms(5); - wait_ms(4); + //wait_ms(50); // };