Arduino Robotics

12345678910111213141516171819202122232425262728293031
Across
  1. 4. A signal that temporarily stops the main program to run a function
  2. 6. Limits the flow of electrical current
  3. 8. Opposes the flow of current in a circuit
  4. 10. The number of milliseconds since the Arduino started running
  5. 11. The function that runs once at the beginning of the code
  6. 13. Common return path for electric current in a circuit
  7. 15. Checks the code for errors before uploading
  8. 19. Converts electrical energy into movement
  9. 24. Removes extra signals caused by mechanical switches
  10. 26. A collection of pre-written code used for specific hardware
  11. 27. Data coming into the Arduino from a sensor or device
  12. 28. Adjusting sensors to give accurate readings
  13. 29. The difference in electrical potential energy
  14. 31. Data sent from the Arduino to an actuator or display
Down
  1. 1. A diagram showing all the connections on the Arduino
  2. 2. A variable resistor often used to adjust voltage
  3. 3. The flow of electric charge
  4. 5. A signal with two states: HIGH or LOW
  5. 7. Detects changes in the environment like light or temperature
  6. 9. The brain of the Arduino that runs the code
  7. 12. A way to simulate analog output using digital signals
  8. 14. A motor that rotates to a specific angle
  9. 16. Supplies energy to the Arduino and components
  10. 17. A board for building circuits without soldering
  11. 18. The program written for Arduino
  12. 20. A signal with a continuous range of values
  13. 21. Pauses the code for a set time in milliseconds
  14. 22. A complete path for current to travel
  15. 23. Stores and releases electrical energy in a circuit
  16. 25. Sends your code to the Arduino board
  17. 30. The function that runs repeatedly in Arduino code