2015_robocon_bteam / Mbed 2 deprecated 2015robot_main

Dependencies:   PID QEI mbed

Fork of 2015robot_main by Naoto Deguchi

Revision:
90:9fe39ebe721f
Parent:
84:919a335ac81e
Child:
91:83c2e0381384
--- a/Swing.h	Wed Oct 14 11:45:02 2015 +0000
+++ b/Swing.h	Thu Oct 15 09:44:09 2015 +0000
@@ -2,7 +2,7 @@
 #define SWING_H
 
 /***Swing.***/
-PID contSwing(10.917 ,2.0 ,0.0 ,RATE);
+PID contSwing(10.917 ,20.0 ,0.0 ,RATE);
 
 inline void initializeSwing() {
     interrupter.rise(&countSwing);