# hdlc [![Docs](https://docs.rs/sps30/badge.svg)](https://docs.rs/sps30) [![Build Status](https://travis-ci.org/iohe/sps30.svg?branch=master)](https://travis-ci.org/iohe/sps30) [![Downloads](https://img.shields.io/crates/d/sps30.svg?style=flat-square)](https://crates.io/crates/sps30/) [![Version](https://img.shields.io/crates/v/sps30.svg?style=flat-square)](https://crates.io/crates/sps30/) [![License](https://img.shields.io/crates/l/sps30.svg?style=flat-square)](https://crates.io/crates/sps30/) ![Maintenance Intention](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg) ## Sensirion SPS30 Particulate Matter Sensor driver > A no_std, embedded-hal UART driver for this device * [Crate](https://crates.io/crates/sps30) * [Documentation](https://docs.rs/sps30/) * [Usage](#usage) * [License](#license) ## Usage Add `sps30` to `Cargo.toml` ```toml [dependencies] sps30 = "^0.1.0" ``` or ```toml [dependencies.sensirion-hdlc] git = "https://github.com/iohe/sps30" ``` ## License Licensed under either of * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or ) * MIT License ([LICENSE-MIT](LICENSE-MIT) or ) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.