keypad_lcd_ekran_haftasonu_gurubu

Dependencies:   mbed TextLCD

Files at this revision

API Documentation at this revision

Comitter:
marvas
Date:
Sat Dec 14 07:00:58 2019 +0000
Commit message:
keypad_lcd_ekran_haftasonu_gurubu

Changed in this revision

TextLCD.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/TextLCD.lib	Sat Dec 14 07:00:58 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/simon/code/TextLCD/#308d188a2d3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Dec 14 07:00:58 2019 +0000
@@ -0,0 +1,26 @@
+  #include "mbed.h"
+  #include "TextLCD.h"
+  #define metin " auido "
+  TextLCD lcd(PB_0, PA_4, PC_3, PC_2, PB_3, PA_10); // rs, e, d4-d7
+  
+  int main() {
+    for(;true;)//while(true)
+    {
+        for(uint8_t digit=0;digit<=11;digit++)
+        {
+            lcd.locate(digit,0);      
+        lcd.printf(metin);
+        wait_ms(400);
+   
+        }
+         for(uint8_t digit=10;digit>0;digit--)
+        {     
+           lcd.locate(digit,0);     
+        lcd.printf(metin);
+        wait_ms(400);
+   
+        }
+        
+        }//for(;true;)
+        return 0;
+  }//main
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Dec 14 07:00:58 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file