Merge pull request #104 from eldruin/lm75-crate

Add link to LM75 crate
This commit is contained in:
Daniel Egger 2018-10-20 15:03:28 +02:00 committed by GitHub
commit 369add4d00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -374,7 +374,7 @@ Work in progress drivers. Help the authors make these crates awesome!
- [SSD1351] - SPI - 16bit colour OLED display driver - ![crates.io](https://img.shields.io/crates/v/ssd1351.svg) - [SSD1351] - SPI - 16bit colour OLED display driver - ![crates.io](https://img.shields.io/crates/v/ssd1351.svg)
- [VEML6070] - I2C - UVA light sensor - ![crates.io](https://img.shields.io/crates/v/veml6070.svg) - [VEML6070] - I2C - UVA light sensor - ![crates.io](https://img.shields.io/crates/v/veml6070.svg)
- [VEML6075] - I2C - UVA and UVB light sensor - ![crates.io](https://img.shields.io/crates/v/veml6075.svg) - [VEML6075] - I2C - UVA and UVB light sensor - ![crates.io](https://img.shields.io/crates/v/veml6075.svg)
- [LM75] - I2C - Temperature sensor and thermal watchdog - [LM75] - I2C - Temperature sensor and thermal watchdog - ![crates.io](https://img.shields.io/crates/v/lm75.svg)
[MFRC522]: https://github.com/japaric/mfrc522 [MFRC522]: https://github.com/japaric/mfrc522
[MPU9250]: https://github.com/japaric/mpu9250 [MPU9250]: https://github.com/japaric/mpu9250
@ -418,7 +418,7 @@ Work in progress drivers. Help the authors make these crates awesome!
[SSD1351]: https://crates.io/crates/ssd1351 [SSD1351]: https://crates.io/crates/ssd1351
[VEML6070]: https://crates.io/crates/veml6070 [VEML6070]: https://crates.io/crates/veml6070
[VEML6075]: https://crates.io/crates/veml6075 [VEML6075]: https://crates.io/crates/veml6075
[LM75]: https://github.com/eldruin/lm75-rs [LM75]: https://crates.io/crates/lm75
## no-std crates ## no-std crates