Temperature and Humidity Sensing: In this lesson we will utilize the dht11 temperature/humidity sensor to read at print the temperature and humidity to the serial monitor. Important concepts used in this lesson are how to use class objects used in OOP and how to import libraries to use within our program.
Knowledge Check:
What is the purpose of the library that we used in our program in this lesson?
In our program we had this line – “dht DHT;”. Which is the class? Which is the object?
What is a NTC thermistor?