Question.3
After how much delay does the LED on pin 7 turn ON? (Assume the boot time is zero.)
void setup() { Serial.begin(9600); pinMode(7, OUTPUT); Serial.write("EWskills is Awesome!!!"); digitalWrite(7, HIGH); } void loop() { }
Select Answer
22.9 ms
20.625 ms
less than 1 ms
18.75 ms