This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Wire.h> // wire kütüphanesi eklendi. | |
#include <LiquidCrystal.h> // LiquidCrystal_I2C kütüphanesini ekledik. | |
#include <dht11.h> // dht11 kütüphanesini ekliyoruz. | |
dht11 DHT; | |
#define DHT11_PIN 4 // DHT11PIN olarak Dijital 4"yi belirliyoruz. | |
byte degree[8] = //lcd pinleri set edilecek. hangi pinler'i olduğunu veriyoruz. | |
{ | |
B00111, //7 | |
B01000, //8 |