From 84c3445412e11b4cb9164c316a178f646a631e21 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 29 Jan 2016 17:29:08 -0700 Subject: [PATCH] my9221: fixup example CMakelists after upstream rebase Signed-off-by: Jon Trulson Signed-off-by: Mihai Tudor Panu --- examples/c++/CMakeLists.txt | 5 ++--- src/my9221/TODO | 14 -------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 src/my9221/TODO diff --git a/examples/c++/CMakeLists.txt b/examples/c++/CMakeLists.txt index cd4981c8..7bfa702c 100644 --- a/examples/c++/CMakeLists.txt +++ b/examples/c++/CMakeLists.txt @@ -91,8 +91,6 @@ add_example (grovebutton) add_example (groverotary) add_example (groveslide) add_example (buzzer-sound) -add_example (my9221-ledbar) -add_example (my9221-updown) add_example (nrf24l01-transmitter) add_example (nrf24l01-receiver) add_example (nrf24l01-broadcast) @@ -203,7 +201,6 @@ add_example (h3lis331dl) add_example (ad8232) add_example (grovescam) add_example (m24lr64e) -add_example (grovecircularled) add_example (rgbringcoder) add_example (hp20x) add_example (pn532) @@ -258,3 +255,5 @@ add_custom_example (eboled-example eboled.cxx lcd) add_custom_example (mpu60x0-example mpu60x0.cxx mpu9150) add_custom_example (ak8975-example ak8975.cxx mpu9150) add_custom_example (mpu9250-example mpu9250.cxx mpu9150) +add_custom_example (groveledbar-example groveledbar.cxx my9221) +add_custom_example (grovecircularled-example grovecircularled.cxx my9221) diff --git a/src/my9221/TODO b/src/my9221/TODO deleted file mode 100644 index 5ad078fb..00000000 --- a/src/my9221/TODO +++ /dev/null @@ -1,14 +0,0 @@ -- split up bar and circular methods from my9221 into own libraries - -- add a getLED to match setLED - -- for bar, allow spec (via some method) to a specific bar - -- examples for my9221, keep existing ones for bar and circular - -- warning message if mmap gpio fails and more that 1 instance - -- make sure ctor throws exceptions on gpio setup errors, as well as - ensure at least one instance specified. - -- reg map of commandWord bits and provide accessor methods (set/get)