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: elasticLoop.h
- Revision:
- 19:228430f1350e
- Parent:
- 12:0de9cd2bced5
- Child:
- 24:4e52031a495b
--- a/elasticLoop.h	Sat Apr 28 12:35:21 2012 +0000
+++ b/elasticLoop.h	Sat Apr 28 13:42:14 2012 +0000
@@ -21,7 +21,7 @@
 //#define MAX_NUM_MASSES  50
 //#define PI 3.1415926
 
-enum ElasticLoopMode {RELAX, CONTRACT, CONTRACT_CENTRAL, CONTOUR_FOLLOWING, CONTOUR_FOLLOWING_FAST, BOUNCING};
+enum ElasticLoopMode {RELAX, CONTRACT, CONTRACT_CENTRAL, CONTRACT_CENTRAL_FAST, CONTOUR_FOLLOWING, CONTOUR_FOLLOWING_FAST, BOUNCING};
 
 class elasticLoop : public soundSpot  {
     
    