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
Revision 14:3b4370d5b2c0, committed 2020-05-29
- Comitter:
- ChenZirui
- Date:
- Fri May 29 04:25:22 2020 +0000
- Parent:
- 13:b5a1783b923b
- Commit message:
- not final
Changed in this revision
| Touch/Touch.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Touch/Touch.h Fri May 29 04:22:23 2020 +0000
+++ b/Touch/Touch.h Fri May 29 04:25:22 2020 +0000
@@ -9,7 +9,11 @@
// gap from edge of screen
#define GAP 2
-
+/** Touch Class
+@author Chen Zirui, University of Leeds
+@brief Interatcion between board and bullet and all boundaries from top left right and bottom
+@date May 2020
+*/
class Touch
{