Crates.io | microchip-tc72r-rs |
lib.rs | microchip-tc72r-rs |
version | 0.1.3 |
source | src |
created_at | 2020-06-26 10:11:26.571928 |
updated_at | 2020-07-08 10:42:39.847007 |
description | A platform agnostic driver to interface with the Microchip TC72 (temperature sensor) through SPI using embedded-hal |
homepage | |
repository | https://github.com/mvniekerk/microchip-tc72-rs |
max_upload_size | |
id | 258348 |
size | 17,231 |
This is a platform agnostic Rust driver for the Microchip TC72
temperature sensor series, based on the
embedded-hal
traits.
Tested with the following sensors:
Docs: https://docs.rs/microchip-tc72r-rs
The TC72 is a digital temperature sensor capable ofreading temperatures from -55°C to +125°C. This sensor features a serial interface that allows communication with a host controller or other peripherals. TheTC72 interface is compatible with the SPI protocol.
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.