Supergeniene på bakerste rad / Mbed 2 deprecated LAB05_Oppgave3

Dependencies:   LCDLib mbed

Fork of KS0066U4_16x2 by Rune Langoy

Files at this revision

API Documentation at this revision

Comitter:
rlanghbv
Date:
Mon Sep 21 10:03:05 2015 +0000
Parent:
1:be0ba4cb6c5d
Child:
3:81d65a2a1920
Commit message:
LCD Message changed

Changed in this revision

LCDLib.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
--- a/LCDLib.lib	Sun Sep 20 18:02:03 2015 +0000
+++ b/LCDLib.lib	Mon Sep 21 10:03:05 2015 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/rlanghbv/code/LCDLib/#dc4f024fd1aa
+https://developer.mbed.org/users/rlanghbv/code/LCDLib/#ca413e232eaa
--- a/main.cpp	Sun Sep 20 18:02:03 2015 +0000
+++ b/main.cpp	Mon Sep 21 10:03:05 2015 +0000
@@ -5,10 +5,10 @@
  int main()
  {
     lcd.gotoxy(1,1);
-    lcd.printf("Line nr 1");
+    lcd.printf("First Line");
  
     lcd.gotoxy(4,2);
-    lcd.printf("Line nr 2");
+    lcd.printf("Second Line");
  
     while(1) {
         wait_ms(300);