This repository contains a simple guide and example code for interfacing the MPU6050 accelerometer and gyroscope sensor with an Arduino Uno board. Once the code is successfully uploaded to your ...
v 1.0 - Medium webpage: https://goo.gl/rdL4uY #define X_Axis_Register_DATAX0 0x32 // Hexadecima address for the DATAX0 internal register. #define X_Axis_Register_DATAX1 0x33 // Hexadecima address for ...