Across
- 2. Serial monitor is a _____ for exchange of data between Arduino and users when the program is running.
- 4. An Arduino function that runs until power reset to Arduino
- 6. A servo motor needs this kind of signal
- 8. Instruction to set a digital pin high or low logic.
- 10. An example of a digital output module.
- 11. A motor that produces motion in precise steps
- 13. Used in series with LED to limit the current and prevent the LED from getting damaged.
- 14. One of the key Arduino functions; You would put your initialization code here.
Down
- 1. Instruction used to get ADC count for a voltage input
- 3. Instruction required to get the status of a digital IO pin.
- 5. Also known as rotary analog sensor.
- 6. A resistor used with a push button to make the voltage deterministic when button is pressed or not.
- 7. An example of a digital input module
- 9. A photo-sensitive resistor
- 12. Common used to drive dc motors using Arduino or any other microcontroller system.
