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: main.cpp
- Revision:
- 5:8e3d6cbc8b02
- Parent:
- 4:01b50048c8ad
- Child:
- 6:33bdb54c2c88
--- a/main.cpp Tue Mar 24 14:35:44 2020 +0000 +++ b/main.cpp Tue Mar 24 15:21:56 2020 +0000 @@ -36,7 +36,7 @@ objects.cannon_position(pad); objects.draw_shots(lcd); lcd.refresh(); - wait(1); + wait(0.5); } }