Arama sonuçları: *

  1. ploveny

    Arduino da 'println' was not declared in this scope hatası

    Arduino da derlerken 'println' was not declared in this scope hatasını alıyorum yardımcı olabilecek var mı ? void setup() { Serial.begin(9600); } void loop() { for (int x = 1; x < 1500; x = x * 1.5){ println(x); } }
Geri
Top