https://github.com/suda/pms3003
PMS3003 air quality sensor library for Arduino & Particle modules
https://github.com/suda/pms3003
Last synced: 8 months ago
JSON representation
PMS3003 air quality sensor library for Arduino & Particle modules
- Host: GitHub
- URL: https://github.com/suda/pms3003
- Owner: suda
- License: mit
- Created: 2018-10-16T17:42:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T17:43:09.000Z (over 7 years ago)
- Last Synced: 2025-10-08T22:06:03.286Z (8 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PMS3003 air quality sensor library for Arduino & Particle modules
A simple library, based on [neojou's test code](https://github.com/neojou/arduino-ameba/blob/master/example/pms3003-test/pms3003-test.ino).
## Installation
### Particle ecosystem
#### CLI
```
$ particle library add PMS3003
```
#### Web & Desktop IDE's
Look for `PMS3003` library and add it to your project.
## Examples
Please take a look at the [`examples` directory](examples).
## Contributing
[All contributions (no matter if small or big) are always welcome!](https://contributionswelcome.org/). Please create an Issue or PR if needed!