mpu6050 icon indicating copy to clipboard operation
mpu6050 copied to clipboard

A Python module for accessing the MPU-6050 digital accelerometer and gyroscope on a Raspberry Pi.

Results 11 mpu6050 issues
Sort by recently updated
recently updated
newest added

![20240417_19h31m17s_grim](https://github.com/m-rtijn/mpu6050/assets/167354254/5bf345ec-e202-4057-9886-f06ed746f139) File _init_.py has an extra period inside the script It only works for me when I rewrite the code like this: from mpu6050 import mpu6050 Before this I was...