blob: 70c97dc9dd4947740f20322d67c83592704b2c23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "max31855"
version = "0.1.0"
authors = ["cs2dsb <cs2dsb@gmail.com>"]
edition = "2018"
description = "Driver for MAX31855 SPI thermocouple converter"
categories = ["hardware-support"]
keywords = ["embedded-hal-driver", "max31855", "no_std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cs2dsb/max31855.rs"
readme = "README.md"
documentation = "https://docs.rs/max31855"
homepage = "https://github.com/cs2dsb/max31855.rs"
[dependencies]
embedded-hal = "1.0.0"
bit_field = "0.10.0"
embedded-hal-async = "1.0.0"
|