Merhaba, ben nabız olcer projesi yapıyorum. Elimde kodlarım var fakat yuklenirken bir sorun oluşuyor. Bir turlu anlayamadım. Aşağıda hata mesajını yazdım:

Kod:Panoya kopyala
Arduino: 1.8.19 (Windows 10), Kart: "Arduino Uno" C:UsersADMİNDesktopYeni klasor (2)arduino-1.8.19PROJEPROJE.ino:13:28: warning: extra tokens at end of #include directive C:UsersADMİNDesktopYeni klasor (2)arduino-1.8.19PROJEPROJE.ino: In function 'void setup()': PROJE:34:7: error: 'display' was not declared in this scope C:UsersADMİNDesktopYeni klasor (2)arduino-1.8.19PROJEPROJE.ino:34:7: note: suggested alternative: 'delay' PROJE:34:21: error: 'LCD1602_SWITCHCAPVCC' was not declared in this scope PROJE:40:3: error: 'display' was not declared in this scope C:UsersADMİNDesktopYeni klasor (2)arduino-1.8.19PROJEPROJE.ino:40:3: note: suggested alternative: 'delay' PROJE:40:29: error: 'WHITE' was not declared in this scope C:UsersADMİNDesktopYeni klasor (2)arduino-1.8.19PROJEPROJE.ino:40:29: note: suggested alternative: 'WDIE' C:UsersADMİNDesktopYeni klasor (2)arduino-1.8.19PROJEPROJE.ino: In function 'void loop()': PROJE:68:5: error: 'display' was not declared in this scope C:UsersADMİNDesktopYeni klasor (2)arduino-1.8.19PROJEPROJE.ino:68:5: note: suggested alternative: 'delay' PROJE:70:26: error: 'WHITE' was not declared in this scope C:UsersADMİNDesktopYeni klasor (2)arduino-1.8.19PROJEPROJE.ino:70:26: note: suggested alternative: 'WDIE' exit status 1 'display' was not declared in this scope This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.