Arduino C++ Code

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