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: lib/Controls/Controls.cpp
- Revision:
- 23:ecb74e52163d
- Parent:
- 19:8400ecdb69e9
--- a/lib/Controls/Controls.cpp Wed May 08 23:54:56 2019 +0000 +++ b/lib/Controls/Controls.cpp Thu May 09 00:25:50 2019 +0000 @@ -29,7 +29,7 @@ lcd.printString("Left or Right ",0,3); lcd.printString(" to move ",0,4); lcd.printString(" Donkey Kong ",0,5); - lcd.refresh(); + lcd.refresh(); // Reloads screen on every cycle, controlled by fps. Default set to 24. wait_ms(1.0f/24); } } \ No newline at end of file