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 Motor SparkfunAnalogJoystick mbed
Fork of Fire_Mbed_2_0 by
Diff: FEmain.h
- Revision:
- 2:ccfe87a5ccba
- Parent:
- 1:3a9ef60cbbfc
- Child:
- 3:275705c872e0
--- a/FEmain.h Tue May 02 02:53:25 2017 +0000 +++ b/FEmain.h Tue May 02 03:37:35 2017 +0000 @@ -15,13 +15,13 @@ char v; int x; int y; - int movement; - int rng; + char movement; + char rng; attackType_t attack; - int damage; - int defence; - int res; - int maxHealth;}job_t; + char damage; + char defence; + char res; + char maxHealth;}job_t; job_t Lord; job_t Pirate;