diff --git a/src/grove/grove.json b/src/grove/grove.json index b8b2c6ef..c121b795 100644 --- a/src/grove/grove.json +++ b/src/grove/grove.json @@ -12,7 +12,7 @@ "Manufacturers": ["Seeed"], "Kits": ["gsk", "eak", "hak"], "Examples": { - "C++": ["grovebutton.cxx"] + "C++": ["grove-grovebutton.cxx"] }, "Urls": { "Product Pages": ["https://github.com/intel-iot-devkit/upm/tree/master/src/grove"] @@ -378,4 +378,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/mpu9150/mpu9150.json b/src/mpu9150/mpu9150.json index 30795dac..0a9416ca 100644 --- a/src/mpu9150/mpu9150.json +++ b/src/mpu9150/mpu9150.json @@ -15,7 +15,7 @@ "Java": ["MPU9150Sample.java"], "Python": ["mpu9150.py"], "Node.js": ["mpu9150.js"], - "C++": ["mpu9150-ak8975.cxx.cxx", "mpu9150-mpu60x0.cxx", "mpu9150-mpu9250.cxx", "mpu9150.cxx"] + "C++": ["mpu9150-ak8975.cxx", "mpu9150-mpu60x0.cxx", "mpu9150-mpu9250.cxx", "mpu9150.cxx"] }, "Specifications": { "Vsource": { @@ -56,4 +56,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/my9221/my9221.json b/src/my9221/my9221.json index ca07ec34..ba6d4696 100644 --- a/src/my9221/my9221.json +++ b/src/my9221/my9221.json @@ -14,7 +14,7 @@ "Examples": { "Python": ["grovecircularled.py"], "Node.js": ["grovecircularled.js"], - "C++": ["my9221-grovecircularled.cxx.cxx"] + "C++": ["my9221-grovecircularled.cxx"] }, "Specifications": { "Vsource": { @@ -145,4 +145,4 @@ } } } -} \ No newline at end of file +}