Hi everyone, i'm new on arduino world and i wish to know how do i pause a instruction? e.g. if the user it's going to type a user name and password, how do i stop the instruction to wait the user to provide the information?
I use to program in dev c++ and it has a instruction called "pause" wich stops the program until the next command is given.