Question.1
Arduino: How much current will go through the LED, (Consider the LED drop-down voltage: 1V )?
void setup() { pinMode(13, OUTPUT); digitalWrite(13, HIGH); } void loop() { }
Select Answer
22.72 mA
10 mA
18.18mA
15 mA