DHT11_PIN sabitini tanımlayarak DHT11 sensörünün sinyal hattının Arduino'da bağlı olduğu pinin numarasını belirtiyoruz. LCD ekranı için LiquidCrystal sınıfından bir nesne oluşturuyoruz ve bağlantı ...
#define DHT_SENSOR_PIN 7 // value for pin connected to DHT11 sensor... #define DHT_SENSOR_TYPE DHT11 // value for sensor type... #define DEBUG true // set to true for ...
I wanted a simple weather monitor that can display the current temperature, humidity, and heat index to keep tabs on my ambience. Naturally, a cheap eBay gizmo would do, but I decided to build my own ...