sotsuron

Fork of linearMirrorMotion1017 by Hiromasa Oku

Revision:
19:8e9fe7d25b9c
Parent:
18:6f86abfae754
Child:
20:8475768fc2f7
--- a/renderclass.h	Mon May 20 09:31:29 2013 +0000
+++ b/renderclass.h	Fri May 24 06:37:58 2013 +0000
@@ -1,7 +1,8 @@
 #include "mbed.h"
 #include <vector>
+#define PI 3.14159
 
-#define RENDER_INTERVAL 200 // in microseconds
+#define RENDER_INTERVAL 1000// in microseconds
 
 struct point2dl {
     int x,y;