change print
This commit is contained in:
parent
851cc8c46d
commit
14a8734084
@ -5,7 +5,7 @@
|
|||||||
Adafruit_MPU6050 mpu;
|
Adafruit_MPU6050 mpu;
|
||||||
|
|
||||||
void gyro_setup(){
|
void gyro_setup(){
|
||||||
Serial.println("Adafruit MPU6050 test!");
|
Serial.println("Initializing Adafruit MPU6050");
|
||||||
|
|
||||||
// Try to initialize!
|
// Try to initialize!
|
||||||
if (!mpu.begin()) {
|
if (!mpu.begin()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user