Across
- 2. used to write a digital value for a specific pin
- 4. introduces a delay in milliseconds
- 5. used to measure the time duration of a pulse in microseconds and return a 32- bit value
- 8. disables interrupts globally
- 9. clears a specific bit in a byte to 0
- 11. it sets a specific value in a byte to one
- 12. specifies if the pin is an input or an output
- 14. checks if a character is alphabetic
- 15. sends data to a shift register
- 18. stops the generation of a square wave on a pin
- 20. returns the cosine of an angle
- 24. used to attach an interrupt to a specific pin
- 27. initializes the random number generator with a seed value
- 28. generates a square wave of a specified frequency on a pin
Down
- 1. represents the highest analog value
- 3. determines if a character is a digit (0-9)
- 6. restricts a value to be within a specific range
- 7. turns light on
- 10. calculated the square root of a number
- 13. returns the larger of two values
- 16. checks if a character is uppercase
- 17. calculates the power of a number
- 19. reads the value of a specific bit in a byte
- 20. used to define a constant variable
- 21. generates a random number
- 22. returns the smaller of two values
- 23. used to control arduino board
- 25. used to set a pin as an input or output
- 26. reads the digital state of a pin
- 29. returns the tangent of an angle
