Native pico-sdk mpu6050 accelerometer and gyroscope library for Raspberry Pi Pico in C++

from blog The Angry Dev, | ↗ original
The mpu6050 works as an accelerometer and gyroscope, and is available as either a standalone IC, or as a breakout board and is usually conntected up via I2C (IIC, ICC or I2C or SPI, depending on your preference). I have added a mpu6050 raspberry pi pico library as part of my group of libraries at the pico-libs repository on github. The library is...