Hello everyone. I seem to be unable to display the measurements from a MPU6050 gyroscope on a 16X2 LCD display. I can get the "Hello World" to appear and on the screen so that must be connected right. I am also able to get the MPU6050 measurement numbers when I run the serial monitor in the arduino program, just not on the LCD display. I have looked all over the place and have yet to find some kind of a solution. Any suggestions on a sketch or something I can look at?
And your code is....
I am also able to get the MPU6050 measurement numbers when I run the serial monitor in the arduino program,
Where you have "Serial.print", change it to " lcd.print"