mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-06 21:38:47 +00:00
Add WIP driver for LM75 temperature sensor and thermal watchdog
This commit is contained in:
parent
3855388692
commit
dda1846f45
1 changed files with 2 additions and 0 deletions
|
@ -373,6 +373,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
- [xCA9548A] - I2C - I2C switches/multiplexers: TCA9548A, PCA9548A - 
|
- [xCA9548A] - I2C - I2C switches/multiplexers: TCA9548A, PCA9548A - 
|
||||||
- [SSD1351] - SPI - 16bit colour OLED display driver - 
|
- [SSD1351] - SPI - 16bit colour OLED display driver - 
|
||||||
- [VEML6070] - I2C - UVA light sensor - 
|
- [VEML6070] - I2C - UVA light sensor - 
|
||||||
|
- [LM75] - I2C - Temperature sensor and thermal watchdog
|
||||||
|
|
||||||
[MFRC522]: https://github.com/japaric/mfrc522
|
[MFRC522]: https://github.com/japaric/mfrc522
|
||||||
[MPU9250]: https://github.com/japaric/mpu9250
|
[MPU9250]: https://github.com/japaric/mpu9250
|
||||||
|
@ -415,6 +416,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
[xCA9548A]: https://crates.io/crates/xca9548a
|
[xCA9548A]: https://crates.io/crates/xca9548a
|
||||||
[SSD1351]: https://crates.io/crates/ssd1351
|
[SSD1351]: https://crates.io/crates/ssd1351
|
||||||
[VEML6070]: https://crates.io/crates/veml6070
|
[VEML6070]: https://crates.io/crates/veml6070
|
||||||
|
[LM75]: https://github.com/eldruin/lm75-rs
|
||||||
|
|
||||||
## no-std crates
|
## no-std crates
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue