Across
- 3. used to make decision
- 5. is a possible state of a pin
- 6. is a possible state of a pin
- 8. is a digital state representing 0v
- 11. is used to read the voltage of a pin and return a value from 0 to 1023
- 16. opens a communication with the PC’s terminal
- 17. prints a line of text
Down
- 1. placed at the end of a line of code
- 2. is used to change the state of a pin from either 0v to 3.3v
- 4. function will run only once
- 7. is used to tell the state of the pin in the setup area
- 9. is a digital state representing 3.3v
- 10. shortened to int, it is a type of data
- 12. function will constantly repeat while Arduino is powered
- 13. used to pause the program for milliseconds
- 14. the data type for text
- 15. Braces {} used to show the start and end of a function
