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
GHOST Struct Reference
This struct contains the status of a ghost. More...
#include <ghost.h>
Data Fields | |
| unsigned int | x |
| horizontal position in the grid | |
| unsigned int | y |
| vertical position in the grid | |
| unsigned int | color |
| color of the ghost | |
| GHOST_MOTION | ghost_motion |
| the motion of the ghost | |
Detailed Description
This struct contains the status of a ghost.
Definition at line 48 of file ghost.h.
Field Documentation
Generated on Thu Aug 4 2022 06:03:35 by
1.7.2
