mpl3115 0.1.0

Platform-agnostic Rust driver for the MLP3115 pressure sensor.
Documentation
[dependencies.cast]
default-features = false
version = "0.2"

[dependencies.embedded-hal]
version = "0.2"

[package]
authors = ["Tristan Lostroh <tl8roy@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the MLP3115 pressure sensor."
edition = "2018"
keywords = ["pressure", "altitude", "i2c", "driver", "embedded-hal-driver"]
license = "MIT"
name = "mpl3115"
readme = "README.md"
version = "0.1.0"

[profile.release]
lto = true