QuizDiscussion

1. GPIO High Impedance

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

Code:


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

void loop() {

}


 

Select Answer