123

Dependencies:   Keypad3x4polling SLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
weihaigening
Date:
Thu Apr 27 13:33:38 2017 +0000
Commit message:
123

Changed in this revision

Design_Project.cpp Show annotated file Show diff for this revision Revisions of this file
Keypad3x4polling.lib Show annotated file Show diff for this revision Revisions of this file
SLCD.lib 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
diff -r 000000000000 -r 174a20022e90 Design_Project.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Design_Project.cpp	Thu Apr 27 13:33:38 2017 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+#include "Keypad3x4polling.h"
+#include "SLCD.h"
+
+SLCD slcd;
+
+main()
+{
+    slcd.printf("1.2.3.4");
+    
+    while(1);
+    }
\ No newline at end of file
diff -r 000000000000 -r 174a20022e90 Keypad3x4polling.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Keypad3x4polling.lib	Thu Apr 27 13:33:38 2017 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/fangoman91/code/Keypad3x4polling/#7082c7132e50
diff -r 000000000000 -r 174a20022e90 SLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SLCD.lib	Thu Apr 27 13:33:38 2017 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/Sissors/code/SLCD/#ef2b3b7f1b01
diff -r 000000000000 -r 174a20022e90 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Apr 27 13:33:38 2017 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/mbed_official/code/mbed/builds/97feb9bacc10
\ No newline at end of file