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:
- 15:3f558f8b54ea
- Parent:
- 14:739115711bf8
- Child:
- 16:e2aaef863d7c
--- a/main.cpp Wed Apr 29 13:51:14 2020 +0000 +++ b/main.cpp Fri May 01 12:54:25 2020 +0000 @@ -39,9 +39,9 @@ lcd.clear(); objects.draw_shots(lcd,pad); - functions.ball_creater_linear(lcd, objects, pad); + //functions.ball_creater_linear(lcd, objects, pad); functions.ball_creater_parabolic(lcd,objects,pad); - //functions.collision_checker(lcd,objects); + functions.collision_checker(lcd,objects); objects.draw_base(lcd); objects.cannon_position(pad); objects.draw_cannon(lcd);