From 14a873408497749763ca1bceaed5ad9cc04e0e5c Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Wed, 14 Apr 2021 01:17:15 +0200 Subject: [PATCH] change print --- EENX15_LQR/gyro.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EENX15_LQR/gyro.ino b/EENX15_LQR/gyro.ino index 284e8c5..1c95674 100644 --- a/EENX15_LQR/gyro.ino +++ b/EENX15_LQR/gyro.ino @@ -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()) {