my9221: fixup example CMakelists after upstream rebase

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson 2016-01-29 17:29:08 -07:00 committed by Mihai Tudor Panu
parent 6b2850557e
commit 84c3445412
2 changed files with 2 additions and 17 deletions

View File

@ -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)

View File

@ -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)