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.
Dependencies: mbed wave_player mbed-rtos 4180Final SDFileSystem
Diff: main.cpp
- Revision:
- 1:e14104308237
- Parent:
- 0:c5d6f214ba01
- Child:
- 3:927028389e55
- Child:
- 8:1b8ab0d75463
diff -r c5d6f214ba01 -r e14104308237 main.cpp
--- a/main.cpp Sun Apr 26 06:56:36 2020 +0000
+++ b/main.cpp Sun Apr 26 19:17:18 2020 +0000
@@ -344,7 +344,7 @@
pause();
}
if (timer % 25 == 0) {
- score1 = (int) (pot*100.0); //curTime+1000; // int(mymic1*1000.0);
+ score1 = get_sound(); //(int) (pot*100.0); //curTime+1000; // int(mymic1*1000.0);
score2 = curTime+2000;
uLCD.color(BLUE);
uLCD.locate(0,1);
