mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
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:

committed by
Abhishek Malik

parent
e441c343d8
commit
0bf4a38f5e
@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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"],
|
||||
|
Reference in New Issue
Block a user