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
globals.h
- Committer:
- jd0205
- Date:
- 2016-03-17
- Revision:
- 1:8dd8fafa7fc8
- Parent:
- 0:5d811b6879d5
File content as of revision 1:8dd8fafa7fc8:
#ifndef GLOBAL_H #define GLOBAL_H // === [global object] === extern uLCD_4DGL uLCD; extern Mutex stdio_mutex; #endif //GLOBAL_H