Debugging an Arduino UNO without a debugger
Programming an Arduino UNO is pretty easy – just open the Arduino IDE, load sketch, upload and done. But when experimenting or working with larger code, you may find that your program doesn’t work as intended. And how do you solve that? The regular way is to check the program line by line and see …