
Game for Leeds University Gamepad for the FRDM-K64F: Game is a RPG Horror Title.
Dependencies: mbed FATFileSystem
main.cpp@0:af8236e47084, 2019-04-18 (annotated)
- Committer:
- rottenegg
- Date:
- Thu Apr 18 18:11:36 2019 +0000
- Revision:
- 0:af8236e47084
- Child:
- 3:63cdd5cab431
Initial Comment
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 | |
rottenegg | 0:af8236e47084 | 12 | #include "mbed.h" |
rottenegg | 0:af8236e47084 | 13 | |
rottenegg | 0:af8236e47084 | 14 | int main() { |
rottenegg | 0:af8236e47084 | 15 | |
rottenegg | 0:af8236e47084 | 16 | } |