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: play.cpp
- Revision:
- 5:1e8b48d6682b
- Parent:
- 4:8331c1239f6a
diff -r 8331c1239f6a -r 1e8b48d6682b play.cpp
--- a/play.cpp Mon Apr 27 19:30:53 2020 +0000
+++ b/play.cpp Mon Apr 27 20:35:13 2020 +0000
@@ -1,4 +1,4 @@
-#include "mbed.h"
+/*#include "mbed.h"
#include "uLCD_4DGL.h"
#include "Nav_Switch.h"
//#include "SDFileSystem.h"
@@ -97,7 +97,7 @@
nextRound();
}
curTime++;
- */
+
}
timer++;
}
@@ -107,3 +107,4 @@
{
play();
}
+*/