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 wave_player 4DGL-uLCD-SE MMA8452
FRUIT Struct Reference
The structure to store the information of a fruit. More...
#include <fruit_public.h>
Data Fields | |
double | source |
The x or y-coordinate of the fruit's origin. | |
double | target |
The x or y-coordinate of the fruit's target. | |
int | tick |
The fruit's internal tick. | |
FRUIT_STATUS | status |
The fruit status, see FRUIT_STATUS. |
Detailed Description
The structure to store the information of a fruit.
Definition at line 25 of file fruit_public.h.
Field Documentation
double source |
The x or y-coordinate of the fruit's origin.
Definition at line 29 of file fruit_public.h.
FRUIT_STATUS status |
The fruit status, see FRUIT_STATUS.
Definition at line 34 of file fruit_public.h.
double target |
The x or y-coordinate of the fruit's target.
Definition at line 30 of file fruit_public.h.
int tick |
The fruit's internal tick.
Definition at line 33 of file fruit_public.h.
Generated on Thu Jul 14 2022 21:35:05 by
