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