What is the voltage across resistor R (between points A and B)?
Code:
void setup() { pinMode(4, OUTPUT); digitalWrite(4, HIGH); } void loop() { }
5 V
4.8 V
4.32 V
0.67 V