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 EthernetInterface Game_Synchronizer LCD_fonts MMA8452 SDFileSystem mbed-rtos mbed wave_player
Fork of 2035_Tanks_Shell by
misc/misc.h
- Committer:
- jford38
- Date:
- 2015-10-29
- Revision:
- 20:6a58052b0140
- Parent:
- globals/globals.h@ 18:18dfc9fb33b5
- Child:
- 22:3c68eea5a609
File content as of revision 20:6a58052b0140:
#ifndef GLOBAL_H__
#define GLOBAL_H__
#define SKY_COLOR 0x7EC0EE
#define GND_COLOR 0x66CD00
#define TANK_RED 0xCD0000
#define TANK_BLUE 0x000080
#define U_BUTTON 0
#define R_BUTTON 1
#define D_BUTTON 2
#define L_BUTTON 3
#define TURN_P1 0
#define TURN_P2 1
#define ACC_THRESHOLD 0.25
#define PI 3.1415926535797
int CONVERT_24_TO_16_BPP(int col_24);
#endif //GLOBAL_H__
