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:
39
src/flex/flex.json
Executable file
39
src/flex/flex.json
Executable file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Library": "flex",
|
||||
"Description": "API for the Spectra Symbol Flex Sensor",
|
||||
"Sensor Class":
|
||||
{
|
||||
"flex":
|
||||
{
|
||||
"Brief": "Resistive Flex Sensor",
|
||||
"Description": "A simple flex sensor. The resistance across the sensor increases when flexed. Patented technology by Spectra Symbol, these sensors were used in the original Nintendo* Power Glove.",
|
||||
"Part Numbers": ["flex"],
|
||||
"Categories": ["flex sensors"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping", "industrial"],
|
||||
"Manufacturers": ["sparkfun"],
|
||||
"Kits": [],
|
||||
"Image": "flex.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["FlexSensorExample.java"],
|
||||
"Python": [],
|
||||
"Node.js": ["flex.js"],
|
||||
"C++": ["flex.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Flat Resistance": {"unit": "KOhms", "typ": 10},
|
||||
"Bend Resistance": {"unit": "KOhms", "low": 60, "high": 110},
|
||||
"Temperature Range": {"unit": "degC", "low": -35, "high": 80}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.sparkfun.com/products/8606"],
|
||||
"Datasheets": ["https://cdn.sparkfun.com/datasheets/Sensors/ForceFlex/FLEXSENSORREVA1.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user