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