Debug with Serial.print on Arduino
In this little guide I am going to teach you something basic to be able to debug your program with Serial.print and other commands. If you are a programmer, you will know how important logs are to detect failures in your program, and since in Arduino we do not have a file system, you must … Read more