//The user is prompted for a password and must input the right one to get the secret message. const String password = "Hunter2"; // Define the correct password ...
// 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 ...