This crate provides a platform-agnostic driver for the TSIC temperature sensors using on top of the [embedded-hal] traits.
While more sensors should work, right now I only have acces (and therefore tested):
The 206 should also work I think. Note that this driver right now only has support for the digital protocol (ZACWire), so the analog sensors are not supported (201, 301, 203, 303).
In order to run this driver, your actual board needs to provide implementation for these two traits:
We abide by the Contributor Covenant and ask that you do as well.
For more information, please see [CODEOFCONDUCT.md].
Licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.