Alvaro Cassinelli / Mbed 2 deprecated skinGames_forktest

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revision:
46:90516893793a
Parent:
44:46e25fa1669b
Child:
47:2312a8dc9658
diff -r a3b984a79d5d -r 90516893793a blobConfig.cpp
--- a/blobConfig.cpp	Tue Apr 01 10:08:49 2014 +0000
+++ b/blobConfig.cpp	Tue Apr 01 11:34:37 2014 +0000
@@ -142,6 +142,13 @@
     IO.setLaserLockinPower(1);
 }
 
+void blobConfig::showParameters() {
+    for (int i=0; i<blobArray.size(); i++) { 
+     pc.printf("Blob n.%d\n", i);
+     blobArray[i]->showParameters(); // a blob that is in stand-by mode may send data (good for testing with a fixed loop)
+    }
+    }
+
  // ==================== Template spots from which to create multi-spot configurations: =====================
 
 void blobConfig::addOneElasticLoopRelax(vector2Df initpos, vector2Df initspeed) {