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:
40
src/max44000/max44000.json
Executable file
40
src/max44000/max44000.json
Executable file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"Library": "max44000",
|
||||
"Description": "API for the MAX44000 Ambient and Infrared Proximity Sensor",
|
||||
"Sensor Class":
|
||||
{
|
||||
"max44000":
|
||||
{
|
||||
"Brief": "Ambient and Infrared Proximity Sensor",
|
||||
"Description": "Maxim Integrated* [MAX44000](http://datasheets.maximintegrated.com/en/ds/MAX44000.pdf) is an ambient and infrared proximity sensor. This module was tested on the Maxim Integrated [MAX44000PMB1 PMOD module] (http://datasheets.maximintegrated.com/en/ds/MAX44000PMB1.pdf) from the analog PMOD kit.",
|
||||
"Part Numbers": ["max44000"],
|
||||
"Categories": ["proximity"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["robotics", "prototyping"],
|
||||
"Manufacturers": ["maxim"],
|
||||
"Kits": [],
|
||||
"Image": "max44000.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["MAX44000Sample.java"],
|
||||
"Python": [],
|
||||
"Node.js": [],
|
||||
"C++": ["max44000.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 1.7, "high": 3.6},
|
||||
"Operating Current": {"unit": "mA", "low": 10, "high":110},
|
||||
"Operating Temperature": {"unit": "degC", "low": -40, "high": 105}
|
||||
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/MAX44000.html"],
|
||||
"Datasheets": ["https://datasheets.maximintegrated.com/en/ds/MAX44000.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user