Kizspy | Question: 11
(Choose 1 answer)
Deeverno.com
What is the time period of the output signal of the program given below?
1.
9.
10.
int pin=10;
void setup() {
}
Serial.begin(9600);
pinMode(pin, OUTPUT);
void loop() {
11.
}
digitalWrite(pin,HIGH);
delay(10);
digitalWrite(pin,LOW);
delay(10);
A. 20 Microseconds
B. 100 Milliseconds
C. 10 Milliseconds
D. 20 Milliseconds