#include <Wire.h> #include <Servo.h> const int MPU_ADDR = 0x68; // I2C address of the MPU-6050 int16_t AcX, AcY, AcZ;