ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
18:3a42a931c95a
Parent:
0:ea35c18c85fc
--- a/minilib/MathTable.h	Mon Mar 14 08:56:04 2016 +0000
+++ b/minilib/MathTable.h	Tue Mar 15 12:03:51 2016 +0000
@@ -1,6 +1,6 @@
 #ifndef _MATH_TABLE_H_
 #define _MATH_TABLE_H_
-
+/*
 const double SinTable[3600]={
 0.00000 ,   0.00175 ,   0.00349 ,   0.00524 ,   0.00698 ,   0.00873 ,   0.01047 ,   0.01222 ,   0.01396 ,   0.01571 ,   
 0.01745 ,   0.01920 ,   0.02094 ,   0.02269 ,   0.02443 ,   0.02618 ,   0.02792 ,   0.02967 ,   0.03141 ,   0.03316 ,   
@@ -725,5 +725,5 @@
 0.99939 ,   0.99945 ,   0.99951 ,   0.99956 ,   0.99961 ,   0.99966 ,   0.99970 ,   0.99974 ,   0.99978 ,   0.99982 ,   
 0.99985 ,   0.99988 ,   0.99990 ,   0.99993 ,   0.99995 ,   0.99996 ,   0.99998 ,   0.99999 ,   0.99999 ,   1.00000 ,   
 };
-
+*/
 #endif /*_MATH_TABLE_H_*/
\ No newline at end of file