
Game for Leeds University Gamepad for the FRDM-K64F: Game is a RPG Horror Title.
Dependencies: mbed FATFileSystem
main.cpp@7:cbec3402b4e3, 2019-04-21 (annotated)
- Committer:
- rottenegg
- Date:
- Sun Apr 21 01:15:49 2019 +0000
- Revision:
- 7:cbec3402b4e3
- Parent:
- 5:860087ff295e
- Child:
- 8:e3a76a808a4c
Mbed not creating documentation Issue
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rottenegg | 0:af8236e47084 | 1 | /* |
rottenegg | 0:af8236e47084 | 2 | ELEC2645 Embedded Systems Project |
rottenegg | 0:af8236e47084 | 3 | School of Electronic & Electrical Engineering |
rottenegg | 0:af8236e47084 | 4 | University of Leeds |
rottenegg | 0:af8236e47084 | 5 | Name:Saad Tayyab |
rottenegg | 0:af8236e47084 | 6 | Username:el17st |
rottenegg | 0:af8236e47084 | 7 | Student ID Number:201145512 |
rottenegg | 0:af8236e47084 | 8 | Date: 18/04/2019 |
rottenegg | 0:af8236e47084 | 9 | */ |
rottenegg | 0:af8236e47084 | 10 | |
rottenegg | 0:af8236e47084 | 11 | #include "mbed.h" |
rottenegg | 7:cbec3402b4e3 | 12 | #include "WDplayer.h" |
rottenegg | 7:cbec3402b4e3 | 13 | #include "SDFileSystem" |
rottenegg | 7:cbec3402b4e3 | 14 | #include "Bitmap.h" |
rottenegg | 7:cbec3402b4e3 | 15 | #include "CaMove.h" |
rottenegg | 0:af8236e47084 | 16 | |
rottenegg | 0:af8236e47084 | 17 | int main() { |
rottenegg | 5:860087ff295e | 18 | |
rottenegg | 0:af8236e47084 | 19 | } |