For Contact Send an Email to: [email protected]
//****************Copy Program****************
int irPin=13;
void setup() {
// put your setup code here, to run once:
pinMode(irPin, INPUT);
Serial.begin(9600);
}
void loop() {
// put your main code here, to run repeatedly:
int irValue=digitalRead(irPin);
Serial.print("irValue= ");
Serial.println(irValue);
delay(500);
}
//***********Completed************
Watch video IR Obstacle Sensor Arduino Proteus Simulation | IR Sensor | Arduino Uno | Simulation online without registration, duration hours minute second in high quality. This video was added by user Samandar Khan Afridi 12 November 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 11,639 once and liked it 73 people.