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:
- 3:12b2bc47a0df
- Parent:
- 2:ee6a6bcbce87
- Child:
- 4:01b50048c8ad
--- a/main.cpp Wed Mar 11 15:31:56 2020 +0000 +++ b/main.cpp Tue Mar 24 11:44:07 2020 +0000 @@ -34,6 +34,7 @@ objects.draw_base(lcd); objects.draw_cannon(lcd); objects.cannon_position(pad); + objects.shooting(lcd); lcd.refresh(); wait(0.005);