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)