top of page

Arduino ile LCD Ekran Kullanımı

Gerekli malzemeler:
  • Arduino UNO

  • LCD Display 16x2

  • Jumper Kablo

  • Potansiyometre

Devre Şeması
Arduino ile led takip oyunu
Arduino Kodu:

#include <LiquidCrystal.h>
LiquidCrystal lcd(12,11,5,4,3,2);

 

void setup(){
  Serial.begin(9600);
 lcd.begin(16,2);
 lcd.print("Maker216");

}
void loop(){
lcd.setCursor(0,1);
lcd.print(millis()/1000);

 


}

Ziyaret Et

Maker216

SOSYAL

Esenevler Mahallesi

Dr. Rüstem Eyüboğlu Sokak

No: 26/3

Ümraniye-İstanbul

Telefon: 0507 942 16 46

  • Black Facebook Icon
  • Black Instagram Icon

MAKER216

DÜŞÜN-EĞLEN-TASARLA

Maker216

bottom of page