Helios Lyons
/
ELEC2645_Project_mc18hal
Helios Lyons 201239214
main.cpp
- Committer:
- helioslyons
- Date:
- 2020-04-14
- Revision:
- 5:72f59786b695
- Parent:
- 1:a3f43007030e
File content as of revision 5:72f59786b695:
/* ELEC2645 Embedded Systems Project School of Electronic & Electrical Engineering University of Leeds 2019/20 Name: Helios Ael Lyons Username: mc18hal Student ID Number: 201239214 Date: 24th March 2020 */ /** Main * @brief Main game functions and loop * @author Helios A. Lyons * @date March, 2020 */ // includes #include "mbed.h" #include "Gamepad.h" #include "N5110.h" // objects Gamepad pad; N5110 lcd; int main() { }