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: ...
Arduino Sensor Interfacing (Flex sensor, IR Sensor, PIR ,BMP180, LM35, LM75 Refer below Tutorials for external sensor interfacing with Arduino - Visit for simillar ...
In our daily lives, we use thermometers on various occasions and for various purposes, from medical needs to repair and diagnostic purposes. As you know there are different types of thermometers, and ...