News

const int ledPin = 13; // on board LED... float temperature = 0.0; // variable to store reading from DS18B20 sensor... int delay_time = 2000; // variable to delay between readings... byte addr[8]; // ...
This project is designed to monitor temperature using the DS18B20 sensor and display the readings in both Celsius and Fahrenheit on a 16x2 LCD display. It aims to create a simple but effective way to ...