From ace33794453314c7d823f3406619f118ed736e7b Mon Sep 17 00:00:00 2001 From: Rudi Horn Date: Wed, 9 May 2018 13:24:45 +0100 Subject: [PATCH 1/2] added max31865 crates shield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e58546..632fccb 100644 --- a/README.md +++ b/README.md @@ -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 From 316b4d7eb179ab128a80bbe0e0d8b5e59a40983d Mon Sep 17 00:00:00 2001 From: Rudi Horn Date: Wed, 9 May 2018 13:25:36 +0100 Subject: [PATCH 2/2] added max31865 crates url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 632fccb..f1314ea 100644 --- a/README.md +++ b/README.md @@ -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