Question.3
After How much delay does the LED on pin 7 turn ON?
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