hts221 0.3.0

Interface to ST Micro HTS221 humidity and temperature sensor
Documentation
[dependencies.embedded-hal]
version = "0.2.3"
[dev-dependencies.cortex-m]
version = "0.6.1"

[dev-dependencies.cortex-m-rt]
version = "0.6.10"

[dev-dependencies.cortex-m-semihosting]
version = "0.3.5"

[dev-dependencies.linux-embedded-hal]
version = "0.2.2"

[dev-dependencies.stm32f30x-hal]
features = ["rt"]
version = "0.2.0"

[package]
authors = ["Daniel Gallagher <pdanielgallagher@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Interface to ST Micro HTS221 humidity and temperature sensor"
edition = "2018"
keywords = ["i2c", "bare-metal", "embedded-hal-driver"]
license = "MIT/Apache-2.0"
name = "hts221"
readme = "README.md"
repository = "https://github.com/danielgallagher0/hts221"
version = "0.3.0"