This is the first version of a Fishing Mini-game. It uses a navigational switch as a button and a joystick, playing wav files from a SD card, and a uLCD screen to show the fishing game
Dependencies: 4DGL-uLCD-SE SDFileSystem mbed-rtos mbed wave_player
Diff: globals.h
- Revision:
- 0:5d811b6879d5
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/globals.h Thu Mar 17 18:33:52 2016 +0000 @@ -0,0 +1,8 @@ +#ifndef GLOBAL_H +#define GLOBAL_H + +// === [global object] === +extern uLCD_4DGL uLCD; +extern Mutex stdio_mutex; + +#endif //GLOBAL_H \ No newline at end of file