Starter project
Revision 0:b7f1f47bb26a, committed 2020-02-03
- Comitter:
- eencae
- Date:
- Mon Feb 03 14:26:29 2020 +0000
- Commit message:
- ELEC2645 starter project
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Gamepad2.lib Mon Feb 03 14:26:29 2020 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/eencae/code/Gamepad2/#33639c2eacb3
--- /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()
+{
+
+}
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Feb 03 14:26:29 2020 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/3a7713b1edbc \ No newline at end of file