Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vourhey/nova-sds011-rs
https://github.com/vourhey/nova-sds011-rs
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vourhey/nova-sds011-rs
- Owner: Vourhey
- License: apache-2.0
- Created: 2020-04-16T17:10:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T10:50:32.000Z (about 4 years ago)
- Last Synced: 2024-05-03T15:55:00.898Z (8 months ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nova-SDS011-rs
Rust crate for interacting with SDS011 particle sensor
## Example
Look at [sds011.rs](src/bin/sds011.rs)
## Help
```
SDS011 Driver 0.1.3
Vadim Manaenko
Reads data from Nova SDS011 SensorUSAGE:
sds011 [OPTIONS]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-p, --port Specify port a sensor is connected to [default: /dev/ttyUSB0]
-w, --work Work period in minutes [default: 5]
```