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
Touch Class Reference
#include <Touch.h>
Public Member Functions | |
| void | init (int Board_width, int Board_length, int bullet_size, int speed, N5110 &lcd) |
| initialise board and bullet data | |
| void | reading (Gamepad &pad) |
| reading gamepad control | |
| void | update (Gamepad &pad, N5110 &lcd) |
| updating | |
| void | draw (N5110 &lcd) |
| drawing | |
Data Fields | |
| int | _leds |
| led number | |
Detailed Description
Touch Class.
- Date:
- May 2020
Definition at line 17 of file Touch.h.
Member Function Documentation
| void init | ( | int | Board_width, |
| int | Board_length, | ||
| int | bullet_size, | ||
| int | speed, | ||
| N5110 & | lcd | ||
| ) |
Field Documentation
Generated on Wed Jul 13 2022 04:23:58 by
1.7.2