mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-24 00:40:38 +00:00
Merge pull request #40 from rudihorn/master
Added MAX31865 crates shield / URL
This commit is contained in:
commit
4be91b9475
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [RFM69] - SPI - ISM radio transceiver
|
||||
- [LS010B7DH01] - SPI - Memory LCD
|
||||
- [MAX31855] - SPI - Thermocouple digital converter
|
||||
- [MAX31865] - SPI - RTD to Digital converter
|
||||
- [MAX31865] - SPI - RTD to Digital converter - ![crates.io](https://img.shields.io/crates/v/max31865.svg)
|
||||
- [SHT3x] - I2C - Temperature / humidity sensors
|
||||
- [SX1509] - I2C - IO Expander / Keypad driver
|
||||
- [NRF24L01] - SPI - 2.4 GHz wireless communication
|
||||
|
@ -313,7 +313,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[RFM69]: https://github.com/lolzballs/rfm69
|
||||
[LS010B7DH01]: https://github.com/byronwasti/ls010b7dh01
|
||||
[MAX31855]: https://github.com/mbacch/max31855
|
||||
[MAX31865]: https://github.com/rudihorn/max31865
|
||||
[MAX31865]: https://crates.io/crates/max31865
|
||||
[SHT3x]: https://github.com/miek/sht3x-rs
|
||||
[SX1509]: https://github.com/wez/sx1509
|
||||
[NRF24L01]: https://github.com/maikelwever/nrf24l01
|
||||
|
|
Loading…
Reference in a new issue