change print

This commit is contained in:
Thefeli73 2021-04-14 01:17:15 +02:00
parent 851cc8c46d
commit 14a8734084

View File

@ -5,7 +5,7 @@
Adafruit_MPU6050 mpu;
void gyro_setup(){
Serial.println("Adafruit MPU6050 test!");
Serial.println("Initializing Adafruit MPU6050");
// Try to initialize!
if (!mpu.begin()) {