diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # max31855 -Driver for [MAX31855 thermocouple converter](https://www.maximintegrated.com/en/products/sensors/MAX31855.html) using traits from `embedded-hal`. +Driver for [MAX31855 thermocouple converter](https://www.analog.com/en/products/max31855.html) using traits from `embedded-hal`. [![Crate](https://img.shields.io/crates/v/max31855.svg)](https://crates.io/crates/max31855) [![Documentation](https://docs.rs/max31855/badge.svg)](https://docs.rs/max31855) @@ -46,4 +46,4 @@ Driver for [MAX31855 thermocouple converter](https://www.maximintegrated.com/en/ Free and open source software distributed under the terms of both the [MIT License][lm] and the [Apache License 2.0][la]. [lm]: LICENSE-MIT -[la]: LICENSE-APACHE
\ No newline at end of file +[la]: LICENSE-APACHE |