Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of scoreLight_Advanced by
Diff: blobConfig.cpp
- 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) {
