#include "MPU6050.h"
MPU6050 mpu;
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
#include "MPU6050.h"
MPU6050 mpu;
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}