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.
Dependencies: mbed
Diff: Weapons/Weapons.h
- Revision:
- 51:2231e2e141b9
- Parent:
- 47:5ae8668af63f
diff -r 69fc9b5e3335 -r 2231e2e141b9 Weapons/Weapons.h --- a/Weapons/Weapons.h Thu May 09 06:02:20 2019 +0000 +++ b/Weapons/Weapons.h Thu May 09 08:42:25 2019 +0000 @@ -30,8 +30,8 @@ */ void init(int ship_xpos, int ship_ypos, int ship_width); /** Draws the appropriate weapon depending on the ship selected - *@param &lcd pointer to the N5110 library used for the lcd display - *@param &pad pointer to the gamepad library used to read inputs and send outputs to the gamepad + *@param &lcd address of the N5110 library used for the lcd display + *@param &pad address of the gamepad library used to read inputs and send outputs to the gamepad *@param shipUsed a variable of enum SHIP which contains the ship currently being used *@param closest the position vector of the nearest enemy */