mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +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:
40
src/ds1808lc/ds1808lc.json
Executable file
40
src/ds1808lc/ds1808lc.json
Executable 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": [""]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user