Arduino UNO Kartı İçin Derleme Hatası

Galaxtus

Hectopat
Katılım
30 Nisan 2020
Mesajlar
319
Çözümler
1
Öncelikle merhabalar. Bugün Arduino Uno Klon aldım. Gelir gelmez sürücüyü ve IDE'sini kurup birkaç kod yazıp kontrol et'e bastım ancak Arduino UNO Kartı İçin Derleme Hatası başlığında aşağıdaki hatayı verdi

[CODE title="Arduino UNO Kartı İçin Derleme Hatası"]Arduino:1.8.18 (Windows 10), Kart:"Arduino Uno"

In file included from sketch\sketch_dec15b.ino.cpp:1:0:

C:\Users\omera\Documents\Arduino\sketch_dec15b\sketch_dec15b.ino: In function 'void setup()':

C:\Users\omera\Desktop\arduino-1.8.18\hardware\arduino\avr\cores\arduino/Arduino.h:44:16: error: expected ';' before numeric constant

#define OUTPUT 0x1

^

C:\Users\omera\Documents\Arduino\sketch_dec15b\sketch_dec15b.ino:2:11: note: in expansion of macro 'OUTPUT'

pinMode OUTPUT(3);

^~~~~~

exit status 1

Arduino Uno kartı için derleme hatası.



This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
[/CODE]
 

Yeni konular

Geri
Yukarı