A serial monitor is an easy way to debug your projects. As we step through code, it’s nice to see a “Hey! I’m working, moving to next thing!” across the monitor, and not so nice to see ...
Thankfully, with Arduino, there are several debugging techniques you can use ... where you print messages to the serial ...