Arduino HW 2 - Spaceship Interface
IGME 470
This is my second project with the arduino kit, and my first time using the Arduino IDE to code (even though the code was provided to us 😅). I learned how to connect different components to each other through the IDE and the digital pins. By connecting inputs and outputs to the digital pins, their values can be read and written to.
It was interesting to essentially have a while held loop for the button using the loop() function.
