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: main.cpp
- Revision:
- 9:d217a636c18d
- Parent:
- 8:4a5e96ed2347
- Child:
- 11:7027f69672fc
--- a/main.cpp Wed Apr 18 00:17:10 2018 +0000 +++ b/main.cpp Thu Apr 19 23:07:14 2018 +0000 @@ -38,7 +38,7 @@ engine.read_input(pad); engine.update(pad); render(); - wait(1.0f/fps); + wait(0.1); } }