2017年度の製作を開始します

Dependencies:   mbed mbed-rtos

Fork of Control_Main_Full_20160608 by albatross

Branch:
?????
Revision:
54:65e6baedec04
Parent:
53:947eff37d01d
--- a/InputHandler/InputHandler.h	Thu Jun 15 05:44:18 2017 +0000
+++ b/InputHandler/InputHandler.h	Fri Jun 16 12:25:26 2017 +0000
@@ -39,7 +39,7 @@
     //初期値の分、入力値を0に寄せて、拡大します。
     void WidenNeutral(float* input) ;
     
-    float CutInvalidInput(float input);
+    void CutInvalidInput(float* input);
     
     //上記のメソッドを使用したループ内処理
     float Processing(float input);