[package] authors = ["Stefan Rakel"] categories = ["embedded", "hardware-support", "no-std"] description = "A platform agnostic driver to interface with the BMP388 pressure sensor" documentation = "https://docs.rs/bmp388" keywords = ["embedded-hal-driver", "pressure"] license = "MIT" name = "bmp388" repository = "https://github.com/ibutra/bmp388" version = "0.1.0" readme = "README.md" edition = "2018" [dependencies] embedded-hal = "0.2.1"