mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +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/ds18b20/ds18b20.json
Executable file
40
src/ds18b20/ds18b20.json
Executable file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"Library": "ds18b20",
|
||||
"Description": "API for the DS18B20 1-Wire Temperature Sensor",
|
||||
"Sensor Class":
|
||||
{
|
||||
"ds18b20":
|
||||
{
|
||||
"Brief": "DS18B20 1-Wire Temperature Sensor",
|
||||
"Description": "The driver was tested with the DFRobot EC Analog Sensor. This device measure the electrical conductivity of an aqueous solution. The included probe is a K=1 model. Calibration is somewhat complicated - see the DFRobot wiki for instructions on calibration. Functions are provided to supply the appropriate values. By default, the values used in the DFRobot arduino example are used.",
|
||||
"Part Numbers": ["ds18b20"],
|
||||
"Categories": ["ec", "conductivity"],
|
||||
"Connections": ["uart"],
|
||||
"Project Type": ["prototyping", "industrial"],
|
||||
"Manufacturers": ["dallas"],
|
||||
"Kits": [],
|
||||
"Image": "ds18b20.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [""],
|
||||
"Python": ["ds18b20.py"],
|
||||
"Node.js": ["ds18b20.js"],
|
||||
"C++": ["ds18b20.cxx"],
|
||||
"C": ["ds18b20.c"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3.0, "high": 5.5},
|
||||
"Measurement Range": {"unit": "degC", "low": -55, "high": 125},
|
||||
"+-.5degC Accuracy Range": {"unit": "degC", "low": -10, "high": 85}
|
||||
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.sparkfun.com/products/11050"],
|
||||
"Datasheets": ["http://cdn.sparkfun.com/datasheets/Sensors/Temp/DS18B20.pdf"],
|
||||
"Schematics": [""]
|
||||
}
|
||||
}
|
||||
}
|
||||
}""
|
Reference in New Issue
Block a user