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

40
src/ds1808lc/ds1808lc.json Executable file
View File

@ -0,0 +1,40 @@
{
"Library": "ds1808lc",
"Description": "API for DS1808 Dual Log Digital Potentiometer as a Light Controller",
"Sensor Class":
{
"ds1808lc":
{
"Brief": "DS1808LC Lighting Controller",
"Description": "The Maxim Integrated [DS1808](http://www.maximintegrated.com/en/products/analog/data-converters/digital-potentiometers/DS1808.html) Dual Log Digital Potentiometer",
"Part Numbers": ["ds1808lc"],
"Categories": ["lighting"],
"Connections": ["i2c"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["maxim"],
"Kits": [],
"Image": "ds1808lc.jpg",
"Examples":
{
"Java": [],
"Python": [],
"Node.js": [],
"C++": ["ds1808lc.cxx"],
"C": []
},
"Specifications":
{
"Operating Voltage": {"unit": "+-V", "Typ": 12},
"Voltage Range": {"unit": "+-%", "Typ": 10},
"Operating Temperature": {"unit": "degC", "low": -40, "high": 85}
},
"Urls" :
{
"Product Pages": ["https://www.maximintegrated.com/en/products/analog/data-converters/digital-potentiometers/DS1808.html"],
"Datasheets": ["https://datasheets.maximintegrated.com/en/ds/DS1808.pdf"],
"Schematics": [""]
}
}
}
}