sckevmit / pms7003

pms7003 particle concentration sensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pms7003

pms7003 particle concentration sensor

after including the library, initialize the library with the prefered uart; eg:

#inlcude <pms7003.h>

pms7003 pms(1);

to get the values: pms.read(val1, val2, val3); " val is a uint16_t variable"

enjoy :)

About

pms7003 particle concentration sensor

License:MIT License


Languages

Language:C++ 88.9%Language:Arduino 11.1%