From 2970d21ddda7f50484d5835952994befb6eb0647 Mon Sep 17 00:00:00 2001 From: Sisinty Sasmita Patra Date: Wed, 14 Sep 2016 13:27:37 -0700 Subject: [PATCH] MD: Created MD from GroveMD Signed-off-by: Sisinty Sasmita Patra --- examples/c++/CMakeLists.txt | 2 ++ examples/java/CMakeLists.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/examples/c++/CMakeLists.txt b/examples/c++/CMakeLists.txt index 0748b9ce..b0c2e83f 100644 --- a/examples/c++/CMakeLists.txt +++ b/examples/c++/CMakeLists.txt @@ -195,7 +195,9 @@ add_example (l298) add_example (l298-stepper) add_example (at42qt1070) add_example (grovemd) +add_example (md) add_example (grovemd-stepper) +add_example (md-stepper) add_example (pca9685) add_example (eldriver) add_example (groveeldriver) diff --git a/examples/java/CMakeLists.txt b/examples/java/CMakeLists.txt index ca0b2112..a7b34051 100644 --- a/examples/java/CMakeLists.txt +++ b/examples/java/CMakeLists.txt @@ -49,6 +49,7 @@ add_example(LineFinderSample linefinder) add_example(GroveLed_multiSample grove) add_example(GroveLEDSample grove) add_example(GroveMDSample grovemd) +add_example(MDSample md) add_example(MoistureSample moisture) add_example(GroveMoistureSample grovemoisture) add_example(GroveMQ3 gas)