-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlibrary.json
17 lines (17 loc) · 968 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "SD_ZH03B",
"version":"1.0",
"keywords": "arduino, ZH03B, ZH06, Sensor, Dust",
"description": "The ZH03B is a Laser Dust sensor module, small size sensor, that uses laser scattering principle to detect the dust particles in air, with good selectivity and stability. It is easy to use, with serial port output & PWM output. The module is software programmable through serial interface. This library features access to all module features though an abstracted class and methods to manage the module implemented in user-level functionality. The range of measured **PM1.0, PM2.5 and PM10** values are all **0-1000ug/m3**.",
"authors": {
"name": "ShaggyDog",
"email": "ShaggyDog18@gmail.com",
"url": "https://github.com/ShaggyDog18"
},
"repository": {
"type": "git",
"url": "https://github.com/ShaggyDog18/SD_ZH03B.git"
},
"frameworks": "*",
"platforms": "Arduino,STSTM32,Espressif8266,espressif32,atmelavr,atmelmegaavr"
}