From f94ee6a38806b63782613ea47808068c5018120d Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 29 Jan 2016 17:02:35 -0700 Subject: [PATCH] my9221: rename my9221-updown example to groveledbar Signed-off-by: Jon Trulson Signed-off-by: Mihai Tudor Panu --- examples/c++/{my9221-updown.cxx => groveledbar.cxx} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename examples/c++/{my9221-updown.cxx => groveledbar.cxx} (98%) diff --git a/examples/c++/my9221-updown.cxx b/examples/c++/groveledbar.cxx similarity index 98% rename from examples/c++/my9221-updown.cxx rename to examples/c++/groveledbar.cxx index 4bcda361..d86110c5 100644 --- a/examples/c++/my9221-updown.cxx +++ b/examples/c++/groveledbar.cxx @@ -42,12 +42,12 @@ int main () { signal(SIGINT, sig_handler); -//! [Interesting] +//! [Interesting] // Instantiate a GroveLEDBar, we use D8 for the data, and D9 for the // clock. This was tested with a Grove LED bar. upm::GroveLEDBar* bar = new upm::GroveLEDBar(8, 9); - + while (shouldRun) { // count up from green to red