Across
- 2. value of 5v is sent to output
- 3. the programming language the Arduino IDE is based in
- 4. loop includes an (initialization;condition;increment)to repeat a clause as long as condition is met
- 5. a place to store a piece of data. It has a name, a value, and a type
- 6. a technique used to simulate voltages between 0-5v
- 9. an expression that must be true or false
- 11. a type of variable that can hold text
- 14. writes an continuous measurement (PWM wave) to a pin
- 16. a command that prints contents of () then a line space
- 18. code within () executed repeatedly
- 19. a required setup when pins are used for INPUT or OUTPUT
Down
- 1. write a HIGH or a LOW value to a digital pin.
- 3. resistors limit this in a circuit
- 7. a type of variable that can hold numerical values between whole numbers
- 8. code within () executed once
- 10. a type of variable that can hold whole number numerical values
- 12. will loop continuously, and infinitely, until the expression inside the parenthesis, () becomes false.
- 13. value of 0v is sent to output
- 15. reads the value from the specified analog pin.
- 17. checks for a condition and executes the following statement or set of statements if the condition is 'true'.
