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.
Revision 1:f669e4e75a21, committed 2017-02-03
- Comitter:
- odb
- Date:
- Fri Feb 03 08:05:39 2017 +0000
- Parent:
- 0:0a5c73c2369a
- Child:
- 2:a6025c5ce99e
- Commit message:
- CORE-1000 First
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LCDLib.lib Fri Feb 03 08:05:39 2017 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/rlanghbv/code/LCDLib/#241842336d78
--- a/main.cpp Sun Aug 08 11:46:42 2010 +0000
+++ b/main.cpp Fri Feb 03 08:05:39 2017 +0000
@@ -1,9 +1,16 @@
#include "mbed.h"
#include "TextLCD.h"
-TextLCD lcd(p24, p25, p26, p27, p28, p29, p30); // rs, rw, e, d4, d5, d6, d7
-
-int main() {
- lcd.cls();
- lcd.printf("Hello mbed world!");
-}
\ No newline at end of file
+ TextLCD lcd(PC_6,PC_8,PC_5,PC_0,PA_12,PA_11,PB_12);
+ int main()
+ {
+ lcd.gotoxy(1,1);
+ lcd.printf("Hello BUSAN KOPO");
+
+ lcd.gotoxy(1,2);
+ lcd.printf("CORE ONE Tech...");
+
+ while(1) {
+ wait_ms(300);
+ }
+ }
\ No newline at end of file
--- a/mbed.bld Sun Aug 08 11:46:42 2010 +0000 +++ b/mbed.bld Fri Feb 03 08:05:39 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da +http://mbed.org/users/mbed_official/code/mbed/builds/082adc85693f \ No newline at end of file