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.
Fork of LCD by
Revision 0:eaba0b3e042f, committed 2015-12-05
- Comitter:
- pruek
- Date:
- Sat Dec 05 19:20:44 2015 +0000
- Commit message:
- LCD
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LCDTaonoi.lib Sat Dec 05 19:20:44 2015 +0000 @@ -0,0 +1,1 @@ +https://developer.mbed.org/teams/SweiLz/code/LCDTaonoi/#ef783944caa1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TextLCD.lib Sat Dec 05 19:20:44 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Sat Dec 05 19:20:44 2015 +0000
@@ -0,0 +1,25 @@
+#include "mbed.h"
+#include "LCDTaonoi.h"
+//void Command (const char* value, int Mode )
+Serial pc(SERIAL_TX,SERIAL_RX);
+//I2C lcd(I2C_SDA, I2C_SCL);
+LCDTaonoi LCD(I2C_SDA, I2C_SCL);
+//const int addr = 0x4E;
+
+int main()
+{
+ while(1){
+ wait(5);
+ LCD.setCursor(0,0);
+ LCD.SendData("PRUEK");
+ LCD.setCursor(10,2);
+ LCD.SendData("LIEWS");
+ wait(5);
+ LCD.setCursor(0,0);
+ LCD.SendData("LIEWS");
+ LCD.setCursor(10,2);
+ LCD.SendData("PRUEK");
+
+ }
+
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Sat Dec 05 19:20:44 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/165afa46840b \ No newline at end of file
