Starter project

Dependencies:   mbed Gamepad2

Revision:
0:b7f1f47bb26a
--- /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()
+{
+    
+}
+