IR Obstacle Sensor Arduino Proteus Simulation | IR Sensor | Arduino Uno | Simulation

Опубликовано: 12 Ноябрь 2022
на канале: Samandar Khan Afridi
11,639
73

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************


Смотрите видео IR Obstacle Sensor Arduino Proteus Simulation | IR Sensor | Arduino Uno | Simulation онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Samandar Khan Afridi 12 Ноябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 11,639 раз и оно понравилось 73 людям.