An open API service indexing awesome lists of open source software.

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

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!