just a test

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revision:
7:0df17f3078bc
Parent:
4:f9d364f10335
Child:
12:0de9cd2bced5
--- a/classRigidScafold.h	Thu Apr 05 13:06:24 2012 +0000
+++ b/classRigidScafold.h	Sat Apr 07 14:46:51 2012 +0000
@@ -15,6 +15,7 @@
  // Note: these scafolds may or may not be used to initialize the light loop (in case of elasticLoop). 
   void buildCircularScafold(float _radius, vector2D _pos, int _numScafoldPoints);
   void buildLine(float _length, float _angleDeg, vector2D _pos, int _numScafoldPoints);
+  
   // Other functions to create letters, text, etc. 
   // ...