Clone the repo Open the .ino file in Arduino IDE Upload to your board and follow the instructions in the Serial Monitor ...
// creates variable with type of char to receive serial input(What will be sent to the arduino uno) char input; // fuction that delays loop unless there is something ...