check for examples and images path

Signed-off-by: Nicolas Oliver <dario.n.oliver@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Nicolas Oliver
2017-08-17 13:30:41 -07:00
committed by Abhishek Malik
parent e441c343d8
commit 0bf4a38f5e
5 changed files with 80 additions and 7 deletions

View File

@ -12,7 +12,7 @@
"Manufacturers": ["Shiji Lighting", "Adafruit"],
"Image": "apa102.jpg",
"Examples": {
"Java": ["apa102.java"],
"Java": ["APA102Sample.java"],
"Python": ["apa102.py"],
"Node.js": ["apa102.js"],
"C++": ["apa102.cxx"]
@ -42,4 +42,4 @@
}
}
}
}
}

View File

@ -13,7 +13,7 @@
"Image": "bh1750.jpg",
"Examples": {
"Java": ["BH1750_Example.java"],
"Python": ["bh1750"],
"Python": ["bh1750.py"],
"Node.js": ["bh1750.js"],
"C++": ["bh1750.cxx"],
"C": ["bh1750.c"]
@ -48,4 +48,4 @@
}
}
}
}
}

View File

@ -12,7 +12,7 @@
"Manufacturers": ["bosch"],
"Image": "bmi160.jpg",
"Examples": {
"Java": ["BMI190_Example.java"],
"Java": ["BMI1&0_Example.java"],
"Python": ["bmi160.py"],
"Node.js": ["bmi160.js"],
"C++": ["bmi160.cxx"],