Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F429ZI Keyboard_Ts LCD_DISCO_F429ZI Led_Lcd TS_DISCO_F429ZI mbed
Revision 0:8dfbdc62b84c, committed 2016-04-23
- Comitter:
- Dom952
- Date:
- Sat Apr 23 17:43:03 2016 +0000
- Commit message:
- a
Changed in this revision
--- /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
--- /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
--- /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
--- /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
--- /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
--- /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
--- /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