6. GPIO High Impedance

Question.1

What is the voltage across resistor R (between points A and B)?

Code:


void setup() {
  pinMode(4, OUTPUT);
  digitalWrite(4, HIGH);
}

void loop() {

}


 

Need Help? Refer to the Quick Guide below

Select Answer