sotsuron

Fork of linearMirrorMotion1017 by Hiromasa Oku

Revision:
21:4095a071724d
Parent:
20:8475768fc2f7
Child:
22:e86d63dfbbe1
--- a/renderclass.h	Fri May 31 06:32:07 2013 +0000
+++ b/renderclass.h	Fri Jun 07 05:01:40 2013 +0000
@@ -2,7 +2,7 @@
 #include <vector>
 #define PI 3.14159
 
-#define RENDER_INTERVAL 700// in microseconds
+#define RENDER_INTERVAL 7000// in microseconds
 
 struct point2dl {
     int x,y;