Use serial monitor
It is a good practice to use the serial monitor for debugging the Arduino code. You can watch what is happening on the code if you add Serial.print calls to your code. Serial Monitor helps to minimize coding errors.
It is a good practice to use the serial monitor for debugging the Arduino code. You can watch what is happening on the code if you add Serial.print calls to your code. Serial Monitor helps to minimize coding errors.