a

Dependencies:   BSP_DISCO_F429ZI Keyboard_Ts LCD_DISCO_F429ZI Led_Lcd TS_DISCO_F429ZI mbed

Files at this revision

API Documentation at this revision

Comitter:
Dom952
Date:
Sat Apr 23 17:43:03 2016 +0000
Commit message:
a

Changed in this revision

BSP_DISCO_F429ZI.lib Show annotated file Show diff for this revision Revisions of this file
Keyboard_Ts.lib Show annotated file Show diff for this revision Revisions of this file
LCD_DISCO_F429ZI.lib Show annotated file Show diff for this revision Revisions of this file
Led_Lcd.lib Show annotated file Show diff for this revision Revisions of this file
TS_DISCO_F429ZI.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
diff -r 000000000000 -r 8dfbdc62b84c BSP_DISCO_F429ZI.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BSP_DISCO_F429ZI.lib	Sat Apr 23 17:43:03 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/ST/code/BSP_DISCO_F429ZI/#de9280158372
diff -r 000000000000 -r 8dfbdc62b84c Keyboard_Ts.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Keyboard_Ts.lib	Sat Apr 23 17:43:03 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/Dom952/code/Keyboard_Ts/#1ef69e2e92e4
diff -r 000000000000 -r 8dfbdc62b84c LCD_DISCO_F429ZI.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD_DISCO_F429ZI.lib	Sat Apr 23 17:43:03 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/ST/code/LCD_DISCO_F429ZI/#dc55a068bc1a
diff -r 000000000000 -r 8dfbdc62b84c Led_Lcd.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Led_Lcd.lib	Sat Apr 23 17:43:03 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/Dom952/code/Led_Lcd/#2459f0b51846
diff -r 000000000000 -r 8dfbdc62b84c TS_DISCO_F429ZI.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TS_DISCO_F429ZI.lib	Sat Apr 23 17:43:03 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/ST/code/TS_DISCO_F429ZI/#4f8b6df8e235
diff -r 000000000000 -r 8dfbdc62b84c main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Apr 23 17:43:03 2016 +0000
@@ -0,0 +1,30 @@
+#include "mbed.h"
+#include "Keyboard_Ts.h"
+#include "Led_Lcd.h"
+
+int main()
+{
+    LedLcd Led;
+    KeyboardTs Keyboard;
+    
+    while(1) {
+        switch(Keyboard.eRead()) {
+            case BUTTON_0:
+                Led.On(0);
+                break;
+            case BUTTON_1:
+                Led.On(1);
+                break;
+            case BUTTON_2:
+                Led.On(2);
+                break;
+            case BUTTON_3:
+                Led.On(3);
+                break;
+            default :
+                Led.On(4);
+                break;
+        }
+     wait(0.1);
+    }
+}
\ No newline at end of file
diff -r 000000000000 -r 8dfbdc62b84c mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Apr 23 17:43:03 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/c0f6e94411f5
\ No newline at end of file