Arduino Proteusda Lcd Panel Button Kontrol

preview_player
Показать описание
Arduino Proteusda Lcd Panel Button Kontrol Devresi Yaptık
Рекомендации по теме
Комментарии
Автор

Arduino:1.8.3 (Windows 7), Kart:"Arduino/Genuino Uno"

In function 'void setup()':

lcd_deneme:10: error: 'lcd' was not declared in this scope

lcd.begin ( 0, 0);

^

lcd_deneme:12: error: 'icd' was not declared in this scope

icd.print ("ARLIGHT")

^

In function 'void loop()':

lcd_deneme:18: error: expected ')' before '{' token

if (buttonstate == HIGH {

^

exit status 1
'lcd' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
bu hatayı çözemiyorum yardımcı olabilri misiniz yada kodu paylaşsanız olur mu

muratkocaoglu