pinMode(IR_Pin, INPUT); // make the IR pin an INPUT: pinMode(GLED_Pin, OUTPUT); // make the LED pin an OUTPUT: pinMode(RLED_Pin, OUTPUT); // make the LED pin an input: ...
The Automatic Door Opener System, employing a PIR or IR Sensor with Arduino, detects individuals in close proximity and automatically opens/closes doors, a technology commonly seen in malls and ...