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:
- 4:01b50048c8ad
- Parent:
- 3:12b2bc47a0df
- Child:
- 5:8e3d6cbc8b02
--- a/main.cpp Tue Mar 24 11:44:07 2020 +0000 +++ b/main.cpp Tue Mar 24 14:35:44 2020 +0000 @@ -34,9 +34,9 @@ objects.draw_base(lcd); objects.draw_cannon(lcd); objects.cannon_position(pad); - objects.shooting(lcd); + objects.draw_shots(lcd); lcd.refresh(); - wait(0.005); + wait(1); } }