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: fll mbed-rtos mbed
Diff: taiko.cpp
- Revision:
- 21:9cc452a67382
- Parent:
- 18:c5d3a4d6e8e5
- Child:
- 22:b19dc0387288
diff -r da2af91ee962 -r 9cc452a67382 taiko.cpp --- a/taiko.cpp Mon Feb 16 17:23:25 2015 +0000 +++ b/taiko.cpp Mon Feb 16 17:33:11 2015 +0000 @@ -71,6 +71,7 @@ return btn; } -bool TaikoSource::is_finished() { +bool TaikoSource::is_finished() +{ return index >= size; } \ No newline at end of file