Mahmoud Moukhayb What does this part of ARDUINO sketch do?: void setup() { pinMode (4, OUTPUT);} Time left 1:24:59 O a.
Posted: Fri Jan 21, 2022 8:44 am
Mahmoud Moukhayb What does this part of ARDUINO sketch do?: void setup() { pinMode (4, OUTPUT);} Time left 1:24:59 O a. This sets up pin 4 to send a signal Ob. This sets up pin to be output Ос. This sets up pin 4 to be digital O d. This sets up pin 4 to be analog output What does the following ARDUINO command do? analogWrite (9,63) O a. Sets the PWM duty cycle to 75% O b. Sets the PWM duty cycle to 30% O c. Sets the PWM duty cycle to 25% O d. Sets the PWM duty cycle to 50% Using PIC16, which of the below functions is used to call another function (sub-routine): a. callroutine b. subcall C. method d. call (6) EN