Helios Lyons
/
ELEC2645_Project_mc18hal
Helios Lyons 201239214
Diff: main.cpp
- Revision:
- 0:b7f1f47bb26a
- Child:
- 1:a3f43007030e
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Feb 03 14:26:29 2020 +0000 @@ -0,0 +1,27 @@ +/* +ELEC2645 Embedded Systems Project +School of Electronic & Electrical Engineering +University of Leeds +2019/20 + +Name: +Username: +Student ID Number: +Date: +*/ + +// includes +#include "mbed.h" +#include "Gamepad.h" +#include "N5110.h" + + +// objects +Gamepad pad; +N5110 lcd; + +int main() +{ + +} +