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 MMA8452 SDFileSystem Sound mbed-rtos mbed wave_player
misc.h
00001 #ifndef MISC_H_ 00002 #define MISC_H_ 00003 00004 #include "mbed.h" 00005 #include "game_synchronizer.h" 00006 #include "SDFileSystem.h" 00007 #include "playSound.h" 00008 #include "wave_player.h" 00009 #include "game.h" 00010 00011 #define U_BUTTON 0 00012 #define R_BUTTON 1 00013 #define D_BUTTON 2 00014 #define L_BUTTON 3 00015 00016 // feel free to change these values below 00017 #define ACC_THRESHOLD 0.2 00018 #define TIME_STEP 0.1 00019 #define GND_LVL 10 00020 00021 #define SKY_COL 0x7ec0ee 00022 #define GND_COL 0xcd853f 00023 #define P1_COL 0xff0000 00024 #define P2_COL 0xff 00025 #define SHUT_COL 0 00026 00027 #endif
Generated on Thu Aug 4 2022 10:49:55 by
1.7.2