Skip to content

Commit e882db3

Browse files
juliangaaltherealprof
authored andcommitted
Add MPU6050 driver crate to WIP section (#181)
I've been working on a driver for the cheapest IMU in the MPUX family. It is a work in progress, but all basic features are supported
1 parent bfdb7c8 commit e882db3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ Work in progress drivers. Help the authors make these crates awesome!
482482
- [SSD1675] - SPI - Tri-color ePaper display controller - ![crates.io](https://img.shields.io/crates/v/ssd1675.svg)
483483
- [CC1101] - SPI - Sub-1GHz RF Transceiver - ![crates.io](https://img.shields.io/crates/v/cc1101.svg)
484484
- [MPU9250] - no_std driver for the MPU9250 (and other MPU* devices) & onboard AK8963 (accelerometer + gyroscope + magnetometer IMU) ![crates.io](https://img.shields.io/crates/v/mpu9250.svg)
485+
- [MPU6050] - I2C - no_std driver for the MPU6050 ![crates.io](https://img.shields.io/crates/v/mpu6050.svg)
485486
- [BMP280] - A platform agnostic driver to interface with the BMP280 pressure sensor ![crates.io](https://img.shields.io/crates/v/bmp280-ehal.svg)
486487
- [BME280] - A rust device driver for the Bosch BME280 temperature, humidity, and atmospheric pressure sensor and the Bosch BMP280 temperature and atmospheric pressure sensor. ![crates.io](https://img.shields.io/crates/v/bme280.svg)
487488
- [LSM303C] - A platform agnostic driver to interface with the LSM303C (accelerometer + compass) ![crates.io](https://img.shields.io/crates/v/lsm303c.svg)
@@ -547,6 +548,7 @@ Work in progress drivers. Help the authors make these crates awesome!
547548
[SSD1675]: https://crates.io/crates/ssd1675
548549
[CC1101]: https://crates.io/crates/cc1101
549550
[MPU9250]: https://crates.io/crates/mpu9250
551+
[MPU6050]: https://crates.io/crates/mpu6050
550552
[BMP280]: https://crates.io/crates/bmp280-ehal
551553
[BME280]: https://crates.io/crates/bme280
552554
[LSM303C]: https://crates.io/crates/lsm303c

0 commit comments

Comments
 (0)