microchip-tc72r-rs

Crates.iomicrochip-tc72r-rs
lib.rsmicrochip-tc72r-rs
version0.1.3
sourcesrc
created_at2020-06-26 10:11:26.571928
updated_at2020-07-08 10:42:39.847007
descriptionA platform agnostic driver to interface with the Microchip TC72 (temperature sensor) through SPI using embedded-hal
homepage
repositoryhttps://github.com/mvniekerk/microchip-tc72-rs
max_upload_size
id258348
size17,231
Michael van Niekerk (mvniekerk)

documentation

README

Rust Microchip TC72 Driver

Crates.io Version Crates.io Downloads No Std

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 Device

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.

Status

  • Measure temperature
  • Get device identifier
  • Sleep / Wakeup commands

License

Licensed under either of

Contributing

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.

Commit count: 8

cargo fmt