Arduino IDE Serial. Begin kodunda hata veriyor

Penguen gagası

Centipat
Katılım
5 Şubat 2023
Mesajlar
164
Çözümler
1
Daha fazla  
Sistem Özellikleri
amd ryzen 5 5600 amd radeon rx 7600 16 gb ram 512 gb ssd
Cinsiyet
Erkek
Merhaba yeni Arduino öğrenmeye başladım ve ilk kodumda hata aldım. Ne yapmam lazım? Hatayı kopyala dediğimiz zaman bu kodu veriyor.
Compilation error: 'Serial' was not declared in this scope. Ne yapmam lazım, hata nerede?
 

Dosya Ekleri

  • Ekran görüntüsü 2024-06-24 143021.png
    Ekran görüntüsü 2024-06-24 143021.png
    13,9 KB · Görüntüleme: 45
void setup() {
Serial.begin(9600); // Start serial communication
Serial.println("hello world"); // Print message to serial monitor
}

void loop() {
// You can put your main code here, it's repetitive
} kodun doğrusu bu hocam iyi forumlar.
 
Void setup() {
Serial. Begin(9600); // start Serial communication.
Serial. Println("hello world"); // print message to Serial monitor.
}

Void loop() {
// You can put your main code here, it's repetitive.
} Kodun doğrusu bu hocam iyi sosyaller.

Teşekkür ederim hocam iyi forumlar.
 

Technopat Haberler

Geri
Yukarı