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:
38
src/hx711/hx711.json
Executable file
38
src/hx711/hx711.json
Executable file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"Library": "hx711",
|
||||
"Description": "API for the HX711 Analog-to-Digital Converter",
|
||||
"Sensor Class":
|
||||
{
|
||||
"hx711":
|
||||
{
|
||||
"Brief": "24-bit Analog-to-digital Converter",
|
||||
"Description": "HX711 is a precision 24-bit analog-to-digital converter (ADC) designed for weight scales and industrial control applications to interface directly with a bridge sensor. This module was tested on the Intel(R) Galileo Gen 2 board.",
|
||||
"Part Numbers": ["hx711"],
|
||||
"Categories": ["adc"],
|
||||
"Connections": ["gpio"],
|
||||
"Project Type": ["prototyping"],
|
||||
"Manufacturers": ["generic"],
|
||||
"Kits": [],
|
||||
"Image": "hx711.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": [],
|
||||
"Node.js": ["hx711.js"],
|
||||
"C++": ["hx711.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 2.7, "high": 5.5},
|
||||
"Operating Current": {"unit": "mA", "max": 1.4}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": [],
|
||||
"Datasheets": ["http://image.dfrobot.com/image/data/SEN0160/hx711_english.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user