[dependencies.embedded-hal]
version = "0.2"
[dev-dependencies.cortex-m]
version = "0.7"
[dev-dependencies.cortex-m-rt]
version = "0.7"
[dev-dependencies.panic-halt]
version = "0.2"
[dev-dependencies.stm32f3xx-hal]
features = ["stm32f303xc", "rt"]
version = "0.9"
[package]
authors = ["dprotsiv"]
categories = ["embedded", "hardware-support", "no-std"]
description = "A platform agnostic driver to interface with the DPS310 barometric pressure & temp sensor through I2C"
documentation = "https://docs.rs/dps310"
edition = "2018"
keywords = ["embedded-hal-driver", "pressure", "temperature", "sensor", "infineon"]
license = "MIT OR Apache-2.0"
name = "dps310"
readme = "README.md"
repository = "https://github.com/dprotsiv/dps310-rs"
version = "0.1.5"
[package.metadata.docs.rs]
targets = ["thumbv6m-none-eabi"]