Merhabalar, arduino ile termokupl yapma odevimde 40 derece altında 2x16 LED ekranda sorunlar oluşuyor. 40 derece ustu normal calışırken 40 derecenin altına duşunce ekranda soluklaşma ve derece okumamaya başlıyor. Yardımcı olabilir misiniz?
Kod:Panoya kopyala
#include #include #include int thermoDO = 6; int thermoCS = 7; int thermoCLK = 8; int led1=9; int led2=10; MAX6675 thermocouple(thermoCLK, thermoCS, thermoDO); LiquidCrystal lcd(12, 11, 5, 4, 3, 2); uint8_t degree[8] = ; void setup() void loop() if (thermocouple.readCelsius()>30&&thermocouple.readC elsius()40) }