upm/src/hx711/hx711.json
malikabh 76949d9358 JSON: Correcting the Sensor Class field
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2018-01-16 15:23:33 -05:00

38 lines
1.3 KiB
JSON

{
"Library": "hx711",
"Description": "API for the HX711 Analog-to-Digital Converter",
"Sensor Class":
{
"HX711":
{
"Name": "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.",
"Aliases": ["hx711"],
"Categories": ["adc"],
"Connections": ["gpio"],
"Project Type": ["prototyping"],
"Manufacturers": ["generic"],
"Kits": [],
"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": []
}
}
}
}