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:
- 14:739115711bf8
- Parent:
- 13:1dbef50789ed
- Child:
- 15:3f558f8b54ea
diff -r 1dbef50789ed -r 739115711bf8 main.cpp --- a/main.cpp Wed Apr 29 12:48:40 2020 +0000 +++ b/main.cpp Wed Apr 29 13:51:14 2020 +0000 @@ -38,8 +38,9 @@ while(game_check == false) { lcd.clear(); - objects.draw_shots(lcd); - functions.ball_creater(lcd, objects, pad); + objects.draw_shots(lcd,pad); + functions.ball_creater_linear(lcd, objects, pad); + functions.ball_creater_parabolic(lcd,objects,pad); //functions.collision_checker(lcd,objects); objects.draw_base(lcd); objects.cannon_position(pad);