diff options
author | cs2dsb <cs2dsb@gmail.com> | 2022-12-10 13:23:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-10 13:23:12 +0000 |
commit | 1e5f4caa9ef8e7823adf492211888a267e00040a (patch) | |
tree | 962630c1fd3de7604327693ceeb551679ede2e65 | |
parent | c0c2b922b272f2b87b1a907e49499260a430ce23 (diff) | |
download | max31855-async-1e5f4caa9ef8e7823adf492211888a267e00040a.tar.gz max31855-async-1e5f4caa9ef8e7823adf492211888a267e00040a.tar.xz max31855-async-1e5f4caa9ef8e7823adf492211888a267e00040a.zip |
Update README.md
-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 |