Mpu6050 Proteus Library

void loop() Wire.beginTransmission(MPU6050_ADDR); Wire.write(0x3B); // starting register for ACCEL_XOUT_H Wire.endTransmission(false); Wire.requestFrom(MPU6050_ADDR, 14, true);

Copy and paste both the .LIB and .IDX files into this folder. Mpu6050 Proteus Library

He saved the .LIB and .HEX files to his permanent "Dev_Resources" folder. He knew he would need them again, and he knew exactly how to make the phantom sensor speak. void loop() Wire