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.
Fork of NEWPRO by
Revision 1:fccc9a976a51, committed 2014-02-05
- Comitter:
- yaoli
- Date:
- Wed Feb 05 10:45:47 2014 +0000
- Parent:
- 0:402d12233273
- Child:
- 2:a37b541356b1
- Commit message:
- SLOWDOWN BINK RATE
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Feb 05 10:44:28 2014 +0000
+++ b/main.cpp Wed Feb 05 10:45:47 2014 +0000
@@ -7,8 +7,8 @@
while(1) {
myled = 1;
myled2 = 0;
- wait(0.2);
+ wait(0.3);
myled2 = 1;
- wait(0.2);
+ wait(0.5);
}
}
