This project helps to detect the temperature and humidity of room as soon as it detects the human body. Arduino The Arduino is a microprocessor. A Microprocessor is a compact programmable computing ...
const int pirPin2 = 5; // Digital pin connected to the second PIR sensor int pirState1 = digitalRead(pirPin1); // Read the state of the first sensor int pirState2 = digitalRead(pirPin2); // Read the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results