a

Dependencies:   BSP_DISCO_F429ZI KeyboardTsLcd2 Keyboard_Ts3 LCD_DISCO_F429ZI Led_Lcd3 TS_DISCO_F429ZI mbed

Files at this revision

API Documentation at this revision

Comitter:
Dom952
Date:
Sat Apr 23 17:57:32 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
KeyboardTsLcd.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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BSP_DISCO_F429ZI.lib	Sat Apr 23 17:57:32 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/ST/code/BSP_DISCO_F429ZI/#de9280158372
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KeyboardTsLcd.lib	Sat Apr 23 17:57:32 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/Dom952/code/KeyboardTsLcd2/#7ea4e551fed6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Keyboard_Ts.lib	Sat Apr 23 17:57:32 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/Dom952/code/Keyboard_Ts3/#ec9c93a5cbae
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD_DISCO_F429ZI.lib	Sat Apr 23 17:57:32 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/ST/code/LCD_DISCO_F429ZI/#dc55a068bc1a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Led_Lcd.lib	Sat Apr 23 17:57:32 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/Dom952/code/Led_Lcd3/#7c408e4495ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TS_DISCO_F429ZI.lib	Sat Apr 23 17:57:32 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/ST/code/TS_DISCO_F429ZI/#4f8b6df8e235
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Apr 23 17:57:32 2016 +0000
@@ -0,0 +1,30 @@
+#include "mbed.h"
+#include "Led_Lcd.h"
+#include "KeyboardTsLcd.h"
+
+int main()
+{
+    LedLcd my_Led(2);
+    KeyboardTsLcd my_KeyboardTsLcd(0);  
+    
+    while(1) {
+        switch( my_KeyboardTsLcd.eRead() ) {
+            case BUTTON_0:
+                my_Led.On(3);
+                break;
+            case BUTTON_1:
+                my_Led.On(2);
+                break;
+            case BUTTON_2:
+                my_Led.On(1);
+                break;
+            case BUTTON_3:
+                my_Led.On(0);
+                break;
+            case RELASED:
+                my_Led.On(4);
+                break;
+        }
+     wait(0.1);
+    }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Apr 23 17:57:32 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/c0f6e94411f5
\ No newline at end of file