mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-05-05 22:54:42 +00:00
Add WIP LSM9DS1
This commit is contained in:
parent
53f0a379fb
commit
1ec78b1216
1 changed files with 2 additions and 0 deletions
|
@ -650,6 +650,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
1. [LM75] - I2C - Temperature sensor and thermal watchdog - 
|
||||
1. [LS010B7DH01] - SPI - Memory LCD
|
||||
1. [LSM303C] - A platform agnostic driver to interface with the LSM303C (accelerometer + compass) 
|
||||
1. [LSM9DS1] - I2C/SPI - 9-axis motion sensor module 
|
||||
1. [MAG3110] - I2C - Magnetometer
|
||||
1. [MAX17048/9] - I2C - LiPo Fuel guage, battery monitoring IC - 
|
||||
1. [MAX31855] - SPI - Thermocouple digital converter -
|
||||
|
@ -724,6 +725,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[LM75]: https://crates.io/crates/lm75
|
||||
[LS010B7DH01]: https://github.com/byronwasti/ls010b7dh01
|
||||
[LSM303C]: https://crates.io/crates/lsm303c
|
||||
[LSM9DS1]: https://crates.io/crates/lsm9ds1
|
||||
[MAG3110]: https://github.com/therealprof/mag3110
|
||||
[MAX17048/9]: https://crates.io/crates/max17048
|
||||
[MAX31855]: https://github.com/cs2dsb/max31855.rs
|
||||
|
|
Loading…
Reference in a new issue