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.
Constants.h
00001 #include "Color565.h" 00002 00003 #ifndef __CONSTANTS_H__ 00004 #define __CONSTANTS_H__ 00005 00006 #define MAX_LIVES 3 00007 #define MAX_SMOKE 5 00008 #define MAX_CARS 4 00009 #define MAX_FLAGS 5 00010 00011 #define FUEL_COUNTER 30 00012 00013 const uint16_t HUD_BACKGROUND = Color565::fromRGB(0, 168, 0); 00014 00015 #endif
Generated on Tue Jul 12 2022 21:15:25 by
