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: 4DGL-uLCD-SE mbed wave_player
Fork of PacMan_Skeleton_unlock by
PLAYER Struct Reference
This struct contains the status of a pacman. More...
#include <pacman.h>
Data Fields | |
| int | grid_x |
| The position of pacman on the grid. | |
| int | grid_y |
| The position of pacman on the grid. | |
| PACMAN_STATUS | status |
| See enum CITY_STATUS. | |
Detailed Description
This struct contains the status of a pacman.
Definition at line 44 of file pacman.h.
Field Documentation
Generated on Thu Aug 4 2022 06:03:35 by
1.7.2
