JSON: Fixed minor issues in JSON files

Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
This commit is contained in:
sisinty sasmita patra 2017-07-06 14:04:40 -07:00
parent 7cd290901d
commit c25fa47e2f
5 changed files with 164 additions and 186 deletions

View File

@ -12,7 +12,6 @@
"Connections": ["pwm"], "Connections": ["pwm"],
"Project Type": ["prototyping", "industrial"], "Project Type": ["prototyping", "industrial"],
"Manufacturers": ["meanwell"], "Manufacturers": ["meanwell"],
"Kits": [],
"Image": "hlg150h.jpg", "Image": "hlg150h.jpg",
"Examples": "Examples":
{ {
@ -30,7 +29,7 @@
{ {
"Intel Joule Module": "Intel Joule Module":
{ {
"Notes": ["Might need pull up resistors"], "Notes": ["Might need pull up resistors"]
} }
}, },
"Urls" : "Urls" :
@ -39,6 +38,6 @@
"Datasheets": ["http://www.mouser.com/ds/2/260/r1755_3-1109742.pdf"], "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"] "Schematics": ["http://www.mouser.com/ds/2/260/HLG-150H-SPEC-806071.pdf"]
} }
}, }
} }
} }

View File

@ -12,28 +12,23 @@
"Connections": ["i2c"], "Connections": ["i2c"],
"Project Type": ["prototyping", "industrial"], "Project Type": ["prototyping", "industrial"],
"Manufacturers": ["Texas Instruments"], "Manufacturers": ["Texas Instruments"],
"Kits": [],
"Image": "", "Image": "",
"Examples": "Examples":
{ {
"Java": [""], "C++": ["lp8860.cxx"]
"Python": [""],
"Node.js": [""],
"C++": ["lp8860.cxx"],
"C": [""]
}, },
"Specifications": "Specifications":
{ {
"Vdd": {"unit": "v", "low" : 3, "high": 48}, "Vdd": {"unit": "v", "low" : 3, "high": 48},
"Iavg": {"unit": "mA", "low" : 1, "high": 150}, "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} "Temperature Range": {"unit": "C", "low" : -40, "high": 125}
}, },
"Platforms": "Platforms":
{ {
"Intel Joule Module": "Intel Joule Module":
{ {
"Notes": ["Might need pull up resistors"], "Notes": ["Might need pull up resistors"]
} }
}, },
"Urls" : "Urls" :

View File

@ -12,15 +12,10 @@
"Connections": ["i2c"], "Connections": ["i2c"],
"Project Type": ["prototyping", "industrial"], "Project Type": ["prototyping", "industrial"],
"Manufacturers": ["Maxim integrated"], "Manufacturers": ["Maxim integrated"],
"Kits": [],
"Image": "", "Image": "",
"Examples": "Examples":
{ {
"Java": [""], "C++": ["max44009.cxx"]
"Python": [""],
"Node.js": [""],
"C++": ["max44009.cxx"],
"C": [""]
}, },
"Specifications": "Specifications":
{ {
@ -32,13 +27,13 @@
{ {
"Intel Joule Module": "Intel Joule Module":
{ {
"Notes": ["might need pull up resistors"], "Notes": ["might need pull up resistors"]
} }
}, },
"Urls" : "Urls" :
{ {
"Product Pages": ["https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/MAX44009.html"], "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"]
} }
} }
} }

View File

@ -12,15 +12,10 @@
"Connections": ["i2c"], "Connections": ["i2c"],
"Project Type": ["prototyping", "industrial"], "Project Type": ["prototyping", "industrial"],
"Manufacturers": ["amsys"], "Manufacturers": ["amsys"],
"Kits": [],
"Image": "", "Image": "",
"Examples": "Examples":
{ {
"Java": [""], "C++": ["ms5611.cxx"]
"Python": [""],
"Node.js": ["ms5611.js"],
"C++": ["ms5611.cxx"],
"C": [""]
}, },
"Specifications": "Specifications":
{ {
@ -32,7 +27,7 @@
{ {
"Intel Joule Module": "Intel Joule Module":
{ {
"Notes": ["might need pull up resistors"], "Notes": ["might need pull up resistors"]
} }
}, },
"Urls" : "Urls" :

View File

@ -16,11 +16,7 @@
"Image": "", "Image": "",
"Examples": "Examples":
{ {
"Java": [""], "C++": ["si1132.cxx"]
"Python": [""],
"Node.js": [""],
"C++": ["si1132.cxx"],
"C": [""]
}, },
"Specifications": "Specifications":
{ {
@ -32,7 +28,7 @@
{ {
"Intel Joule Module": "Intel Joule Module":
{ {
"Notes": ["might need pull up resistors"], "Notes": ["might need pull up resistors"]
} }
}, },
"Urls" : "Urls" :
@ -40,8 +36,6 @@
"Product Pages": ["http://www.silabs.com/products/sensors/optical/si1132"], "Product Pages": ["http://www.silabs.com/products/sensors/optical/si1132"],
"Datasheets": ["https://www.silabs.com/documents/public/data-sheets/Si1132.pdf"] "Datasheets": ["https://www.silabs.com/documents/public/data-sheets/Si1132.pdf"]
} }
},
} }
} }
} }