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@1:8dd8fafa7fc8, 2016-03-17 (annotated)
- Committer:
- jd0205
- Date:
- Thu Mar 17 18:47:33 2016 +0000
- Revision:
- 1:8dd8fafa7fc8
- Parent:
- 0:5d811b6879d5
Added comments
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jd0205 | 0:5d811b6879d5 | 1 | #ifndef GLOBAL_H |
jd0205 | 0:5d811b6879d5 | 2 | #define GLOBAL_H |
jd0205 | 0:5d811b6879d5 | 3 | |
jd0205 | 0:5d811b6879d5 | 4 | // === [global object] === |
jd0205 | 0:5d811b6879d5 | 5 | extern uLCD_4DGL uLCD; |
jd0205 | 0:5d811b6879d5 | 6 | extern Mutex stdio_mutex; |
jd0205 | 0:5d811b6879d5 | 7 | |
jd0205 | 0:5d811b6879d5 | 8 | #endif //GLOBAL_H |