mpu6050
mpu6050 copied to clipboard
Update to embedded-hal v1.0.0
Having accidentally submitted this PR to another fork here is an actual PR to update the driver to embedded-hal v1.0.0.
This PR:
- Uses the new I2C trait
- Switches DelayMs to DelayNs
Excellent, thanks! Looking forward to when it's merged.