- 19 What Does This Part Of Arduino Sketch Do Void Loop If Pir 2 Digitalwrite 6 High D Out Of O A Sends 1 (31.69 KiB) Viewed 54 times
19 What does this part of ARDUINO sketch do?:void loop() { if (PIR > 2) { digitalWrite (6, HIGH);}} d out of O a. Sends
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
19 What does this part of ARDUINO sketch do?:void loop() { if (PIR > 2) { digitalWrite (6, HIGH);}} d out of O a. Sends
19 What does this part of ARDUINO sketch do?:void loop() { if (PIR > 2) { digitalWrite (6, HIGH);}} d out of O a. Sends 5 V to whatever is connected to pin 6 when PIR value is higher than 2 O b. Increases the value of PIR OC. Sends 2 V to whatever is connected to pin 6 Od. This sets up pin 6 to be output 20 The first 2 pins of the analog pins are used to transmit and receive data (TX and RX) O a. False O b. True out of