Psi Swarm robot library version 0.9

Fork of PsiSwarmV9 by Psi Swarm Robot

Revision:
12:878c6e9d9e60
Parent:
11:312663037b8c
Child:
14:2f1ad77d281e
diff -r 312663037b8c -r 878c6e9d9e60 demo.cpp
--- a/demo.cpp	Sun Oct 16 21:06:15 2016 +0000
+++ b/demo.cpp	Mon Oct 17 13:09:10 2016 +0000
@@ -79,7 +79,7 @@
 
 void Demo::start_demo_mode()
 {
-    debug("- Starting Demo Mode\n");
+    psi.debug("- Starting Demo Mode\n");
     if(use_flash_basic == 1) top_menu = 7;
     demo_on = 1;
     display.set_backlight_brightness(bl_brightness * 0.01f);
@@ -115,7 +115,7 @@
         }
         wait(0.5);
     }
-    debug("- Demo mode ended\n");
+    psi.debug("- Demo mode ended\n");
 }
 
 void Demo::demo_handle_switch_event(char switch_pressed)