max6642 0.2.0

no_std driver for the MAX6642 temperature sensor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "max6642"

version = "0.2.0"

authors = ["Ryan Summers <ryan.summers@vertigo-designs.com>"]

edition = "2018"

description = "no_std driver for the MAX6642 temperature sensor"

license = "MIT OR Apache-2.0"

repository = "https://github.com/quartiq/booster/"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

embedded-hal = "1"

bit_field = "0.10.0"