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
Diff: Timers.h
- Revision:
- 7:af2244bedcac
- Parent:
- 5:9af1305f7779
diff -r 9af1305f7779 -r af2244bedcac Timers.h
--- a/Timers.h Mon Apr 13 08:31:37 2015 +0000
+++ b/Timers.h Mon Apr 20 09:58:04 2015 +0000
@@ -11,7 +11,7 @@
* Timer play_time: Dummy timer to mimic press_time when sequence is played back
******************************************************************************/
-Timer wait_time, press_time, play_time;
+Timer wait_time, press_time, play_time;
/************************************************************
* wait_times array: Stores Timer wait_time values for each move
@@ -53,7 +53,7 @@
play_time.stop();
display_play_time = play_time.read_ms();
if (display_play_time != 0) {
- pc.printf("\n\r Play Time %d \n", display_play_time);
+ pc.printf("\n\r Play Time: %d \n", display_play_time);
}
play_time.reset();
}
\ No newline at end of file