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: main.cpp
- Revision:
- 1:44ed94f497da
- Parent:
- 0:5a64b76f68a8
--- a/main.cpp Sat Jun 25 08:15:10 2011 +0000
+++ b/main.cpp Tue Jun 28 04:47:54 2011 +0000
@@ -23,7 +23,7 @@
float mm[]={mC,mD,mE,mF,mG,mA,mB,mC*2};
int i;
for (i=0;i<sizeof(mm);i++) {
- timer.attach(&tick,1.0/mm[i]);
+ timer.attach(&tick,1.0/mm[i]/2.0);
wait(0.5f);
}
timer.detach();