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:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

39
src/flex/flex.json Executable file
View 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": []
}
}
}
}