mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
JSON: Fixed minor issues in JSON files
Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
This commit is contained in:
parent
7cd290901d
commit
c25fa47e2f
@ -12,7 +12,6 @@
|
||||
"Connections": ["pwm"],
|
||||
"Project Type": ["prototyping", "industrial"],
|
||||
"Manufacturers": ["meanwell"],
|
||||
"Kits": [],
|
||||
"Image": "hlg150h.jpg",
|
||||
"Examples":
|
||||
{
|
||||
@ -30,7 +29,7 @@
|
||||
{
|
||||
"Intel Joule Module":
|
||||
{
|
||||
"Notes": ["Might need pull up resistors"],
|
||||
"Notes": ["Might need pull up resistors"]
|
||||
}
|
||||
},
|
||||
"Urls" :
|
||||
@ -39,6 +38,6 @@
|
||||
"Datasheets": ["http://www.mouser.com/ds/2/260/r1755_3-1109742.pdf"],
|
||||
"Schematics": ["http://www.mouser.com/ds/2/260/HLG-150H-SPEC-806071.pdf"]
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,28 +12,23 @@
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["prototyping", "industrial"],
|
||||
"Manufacturers": ["Texas Instruments"],
|
||||
"Kits": [],
|
||||
"Image": "",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [""],
|
||||
"Python": [""],
|
||||
"Node.js": [""],
|
||||
"C++": ["lp8860.cxx"],
|
||||
"C": [""]
|
||||
"C++": ["lp8860.cxx"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Vdd": {"unit": "v", "low" : 3, "high": 48},
|
||||
"Iavg": {"unit": "mA", "low" : 1, "high": 150},
|
||||
"Frequency Range": {"unit": "KHz", "low" : 100, "high": 2200}
|
||||
"Frequency Range": {"unit": "KHz", "low" : 100, "high": 2200},
|
||||
"Temperature Range": {"unit": "C", "low" : -40, "high": 125}
|
||||
},
|
||||
"Platforms":
|
||||
{
|
||||
"Intel Joule Module":
|
||||
{
|
||||
"Notes": ["Might need pull up resistors"],
|
||||
"Notes": ["Might need pull up resistors"]
|
||||
}
|
||||
},
|
||||
"Urls" :
|
||||
|
@ -12,15 +12,10 @@
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["prototyping", "industrial"],
|
||||
"Manufacturers": ["Maxim integrated"],
|
||||
"Kits": [],
|
||||
"Image": "",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [""],
|
||||
"Python": [""],
|
||||
"Node.js": [""],
|
||||
"C++": ["max44009.cxx"],
|
||||
"C": [""]
|
||||
"C++": ["max44009.cxx"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
@ -32,13 +27,13 @@
|
||||
{
|
||||
"Intel Joule Module":
|
||||
{
|
||||
"Notes": ["might need pull up resistors"],
|
||||
"Notes": ["might need pull up resistors"]
|
||||
}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/MAX44009.html"],
|
||||
"Datasheets": ["https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf"],
|
||||
"Datasheets": ["https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,15 +12,10 @@
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["prototyping", "industrial"],
|
||||
"Manufacturers": ["amsys"],
|
||||
"Kits": [],
|
||||
"Image": "",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [""],
|
||||
"Python": [""],
|
||||
"Node.js": ["ms5611.js"],
|
||||
"C++": ["ms5611.cxx"],
|
||||
"C": [""]
|
||||
"C++": ["ms5611.cxx"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
@ -32,7 +27,7 @@
|
||||
{
|
||||
"Intel Joule Module":
|
||||
{
|
||||
"Notes": ["might need pull up resistors"],
|
||||
"Notes": ["might need pull up resistors"]
|
||||
}
|
||||
},
|
||||
"Urls" :
|
||||
|
@ -16,11 +16,7 @@
|
||||
"Image": "",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [""],
|
||||
"Python": [""],
|
||||
"Node.js": [""],
|
||||
"C++": ["si1132.cxx"],
|
||||
"C": [""]
|
||||
"C++": ["si1132.cxx"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
@ -32,7 +28,7 @@
|
||||
{
|
||||
"Intel Joule Module":
|
||||
{
|
||||
"Notes": ["might need pull up resistors"],
|
||||
"Notes": ["might need pull up resistors"]
|
||||
}
|
||||
},
|
||||
"Urls" :
|
||||
@ -40,8 +36,6 @@
|
||||
"Product Pages": ["http://www.silabs.com/products/sensors/optical/si1132"],
|
||||
"Datasheets": ["https://www.silabs.com/documents/public/data-sheets/Si1132.pdf"]
|
||||
}
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user