Starter project

Dependencies:   mbed Gamepad2

Files at this revision

API Documentation at this revision

Comitter:
eencae
Date:
Mon Feb 03 14:26:29 2020 +0000
Commit message:
ELEC2645 starter project

Changed in this revision

Gamepad2.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /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