mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +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:
40
src/guvas12d/guvas12d.json
Executable file
40
src/guvas12d/guvas12d.json
Executable file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"Library": "guvas12d",
|
||||
"Description": "API for the GUVA-S12D UV Sensor",
|
||||
"Sensor Class":
|
||||
{
|
||||
"guvas12d":
|
||||
{
|
||||
"Brief": "Grove Analog UV Sensor",
|
||||
"Description": "UPM module for the GUVA-S12D UV sensor",
|
||||
"Part Numbers": ["guvas12d"],
|
||||
"Categories": ["ultraviolet"],
|
||||
"Connections": ["gpio"],
|
||||
"Project Type": ["environmental", "prototyping"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": ["eak"],
|
||||
"Image": "guvas12d.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["GUVAS12DSample.java"],
|
||||
"Python": ["guvas12d.py"],
|
||||
"Node.js": ["guvas12d.js"],
|
||||
"C++": ["guvas12d.cxx"],
|
||||
"C": ["guvas12d.c"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3, "high": 5.1},
|
||||
"Operating Current": {"unit": "mA", "typ": 0.31},
|
||||
"Response Wavelength": {"unit": "nm", "low": 240, "high": 370},
|
||||
"Working Temperature": {"unit": "degC", "low": -30, "high": 85}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-UV-Sensor-p-1540.html"],
|
||||
"Datasheets": ["http://wiki.seeed.cc/Grove-UV_Sensor/", "https://raw.githubusercontent.com/SeeedDocument/Grove-UV_Sensor/master/res/Grove-UV_Sensor_v1.1_Datasheets.zip"],
|
||||
"Schematics": ["https://github.com/SeeedDocument/Grove-UV_Sensor/raw/master/res/Grove%20-%20UV%20Sensor%20v1.1sch.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user