mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
added JSONs form Blain
Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
38
src/hka5/hka5.json
Executable file
38
src/hka5/hka5.json
Executable file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"Library": "hka5",
|
||||
"Description": "API for the DFRobot Laser Particulate Matter (PM) Sensor",
|
||||
"Sensor Class":
|
||||
{
|
||||
"hka5":
|
||||
{
|
||||
"Brief": "DFRobot Laser Particulate Matter (PM) Sensor",
|
||||
"Description": "This driver was tested with a DFRobot Laser PM2.5 Sensor. It connects to a UART at 9600 baud. This is the only baud rate supported. It optionally supports Reset and Set/Sleep gpios as well.",
|
||||
"Part Numbers": ["hka5"],
|
||||
"Categories": ["gaseous"],
|
||||
"Connections": ["gpio", "uart"],
|
||||
"Project Type": ["environmental", "prototyping"],
|
||||
"Manufacturers": ["dfrobot"],
|
||||
"Kits": [],
|
||||
"Image": "hka5.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["HKA5_Example.java"],
|
||||
"Python": ["hka5.py"],
|
||||
"Node.js": ["hka5.js"],
|
||||
"C++": ["hka5.cxx"],
|
||||
"C": ["hka5.c"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3.3, "high": 5},
|
||||
"Operating Current": {"unit": "mA", "typ": 10}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.dfrobot.com/wiki/index.php/DFRobot_LM35_Linear_Temperature_Sensor_(SKU:DFR0023)"],
|
||||
"Datasheets": ["http://image.dfrobot.com/image/data/DFR0023/DFR0023_Datasheet.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user