Introduction to Python and Microcontrollers

Class mpu6050

Before each use of mpu6050, add the statement from mpu6050 import MPU6050 to the top of the Python file.

A copy of this module can be found here: reference_code/mpu6050.py

Adapted from Python_Tutorial.pdf — Chapter 26, Attitude Sensor MPU6050