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/ina132/ina132.json
Executable file
38
src/ina132/ina132.json
Executable file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"Library": "ina132",
|
||||
"Description": "API for the INA132 Differential Amplifier Sensor",
|
||||
"Sensor Class":
|
||||
{
|
||||
"ina132":
|
||||
{
|
||||
"Brief": "Grove Differential Amplifier",
|
||||
"Description": "The INA132 Differential Amplifier Sensor is designed for precise differential-input amplification. This sensor was tested amplifying the signal from a Weight Sensor (Load Cell) 0-500g",
|
||||
"Part Numbers": ["ina132"],
|
||||
"Categories": ["electric"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": [],
|
||||
"Image": "ina132.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": ["ina132.py"],
|
||||
"Node.js": ["ina132.js"],
|
||||
"C++": ["ina132.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 2.7, "high": 5.5},
|
||||
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-Differential-Amplifier-p-1284.html"],
|
||||
"Datasheets": ["http://wiki.seeed.cc/Grove-Differential_Amplifier_v1.2", "https://raw.githubusercontent.com/SeeedDocument/Grove-Differential_Amplifier_v1.2/master/res/Ina132.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user