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: Life_Powerup/Life_Powerup.h
- Revision:
- 130:46f3fac2bdf9
- Parent:
- 129:b47c28c7eaaf
- Child:
- 131:c227bbfb38b0
--- a/Life_Powerup/Life_Powerup.h Wed May 08 23:09:59 2019 +0000 +++ b/Life_Powerup/Life_Powerup.h Wed May 08 23:35:45 2019 +0000 @@ -40,7 +40,7 @@ void init(); /** Draws the powerup at at its current coordinates on the LCD - * @param &lcd @details a N5110 pointer + * @param lcd @details a N5110 pointer */ void draw(N5110 &lcd);