Şimdi Ara

YAZDIRMA İLE İLGİLİ PROBLEM VAR YARDIM LÜTFEN

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
1 Misafir - 1 Masaüstü
5 sn
2
Cevap
0
Favori
267
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino: In function 'void loop()':

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:93:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("MINI HAVA ISTASYONU", i, 37);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:102:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("MINI HAVA ISTASYONU", 7, 37);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:103:44: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("SENSORLER OKUNUYOR", 8, i);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:121:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("C",72,27);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:123:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("o",70,22);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:134:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("%",9,28);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:146:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("hPa",40,43);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:155:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("BASINC (SON 24 SAAT)",6,0);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:156:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("1000 hPa",0,42);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:157:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("1050 hPa",0,11);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:299:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("BASINC (SON 24 SAAT)",6,0);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:301:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("Ortalama: ",0,10);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:303:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("Guncel: ",0,25);

    ^

    C:\Users\azar-\Desktop\minihavaistasyonu-master\weather_station_v2\weather_station_v2.ino:305:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

    myGLCD.print("Fark: ",5,40);

    ^

    Çalışmanız programın 17698 bayt (54 %) saklama alanını kullandı. Maksimum 32256 bayt.
    Global değişkenler belleğin 1013 byte kadarını (49%) kullanıyor. Yerel değişkenler için 1035 byte yer kalıyor. En fazla 2048 byte kullanılabilir.







  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.