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