Use I2C_LCD to Debug Your Project: The serial monitor is a useful debugger for arduino, it can print logs on the computer screen. so that, if you want to get running informations of you project, you need to take a computer with you anywhere. Now, you can use I2C_LCD to get running lo…