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.
DH forumlarında vakit geçirmekten keyif alıyor gibisin ancak giriş yapmadığını görüyoruz.
Üye olduğunda özel mesaj gönderebilir, beğendiğin konuları favorilerine ekleyip takibe alabilir ve daha önce gezdiğin konulara hızlıca erişebilirsin.
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.
DH forumlarında vakit geçirmekten keyif alıyor gibisin ancak giriş yapmadığını görüyoruz.
Üye Ol Şimdi DeğilÜye olduğunda özel mesaj gönderebilir, beğendiğin konuları favorilerine ekleyip takibe alabilir ve daha önce gezdiğin konulara hızlıca erişebilirsin.