mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-05 21:08:47 +00:00
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
This commit is contained in:
parent
bfdb7c83e4
commit
e882db3461
1 changed files with 2 additions and 0 deletions
|
@ -482,6 +482,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [SSD1675] - SPI - Tri-color ePaper display controller - 
|
||||
- [CC1101] - SPI - Sub-1GHz RF Transceiver - 
|
||||
- [MPU9250] - no_std driver for the MPU9250 (and other MPU* devices) & onboard AK8963 (accelerometer + gyroscope + magnetometer IMU) 
|
||||
- [MPU6050] - I2C - no_std driver for the MPU6050 
|
||||
- [BMP280] - A platform agnostic driver to interface with the BMP280 pressure sensor 
|
||||
- [BME280] - A rust device driver for the Bosch BME280 temperature, humidity, and atmospheric pressure sensor and the Bosch BMP280 temperature and atmospheric pressure sensor. 
|
||||
- [LSM303C] - A platform agnostic driver to interface with the LSM303C (accelerometer + compass) 
|
||||
|
@ -547,6 +548,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[SSD1675]: https://crates.io/crates/ssd1675
|
||||
[CC1101]: https://crates.io/crates/cc1101
|
||||
[MPU9250]: https://crates.io/crates/mpu9250
|
||||
[MPU6050]: https://crates.io/crates/mpu6050
|
||||
[BMP280]: https://crates.io/crates/bmp280-ehal
|
||||
[BME280]: https://crates.io/crates/bme280
|
||||
[LSM303C]: https://crates.io/crates/lsm303c
|
||||
|
|
Loading…
Reference in a new issue