just a test

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revision:
24:4e52031a495b
Parent:
12:0de9cd2bced5
Child:
29:2fc8c12822eb
--- a/classPointMass.h	Wed Jun 13 10:09:41 2012 +0000
+++ b/classPointMass.h	Mon Jun 18 08:00:57 2012 +0000
@@ -14,6 +14,8 @@
 
 #define VERLET_METHOD // comment this to have EULER method
 
+#define MAX_PERMISSIBLE_SPEED 100
+
 class pointMass
 {
 public: