Skip to content

Instantly share code, notes, and snippets.

#include "I2Cdev.h"
#include "MPU6050_6Axis_MotionApps20.h"
#include "MPU6050.h"
#include "Wire.h"
// ==========================================================================================
// The following code was written by Jeff Rowberg to make the MPU6050 usable.
// ==========================================================================================