Quiz on Arduino I/O Functions



1. What does the 'digitalRead()' function do in Arduino?
2. Which function is used to set a pin as an output?
3. What value would 'digitalWrite()' use to turn an LED on?
4. What type of signal does 'analogRead()' return?
5. Which function is used to produce a PWM signal?

Advertisements