Crossword Puzzle Arduino ProgrammingOnline version Complete the crossword about Arduino programming concepts by Alexis Caudle 1 Command that turns digital pins on or off; _____(LED, HIGH); 2 Command that reads DIGITAL pins 3 var button is an example of a ... 4 A ___ ____ loop runs once BEFORE checking the condition of a variable. 5 The command used to specify pins for use; _____ (button, INPUT); 6 7 Signal that has infinite values within a range 8 _____.being(9600); 9 The void function that only runs ONCE 10 A ___ loop checks the condition of a variable, then runs the program. 11 The void function that runs over and over 12 Function that fits one range into another 10 11 6 2 3 8 9 1 12 5 7