コード例 #1
0
ファイル: Leveler.cs プロジェクト: NGCP/UUV
 private double getDesiredDepth()
 {
     return((uCon.gamepad_depth - 81 >= 0) ? desiredDepth : -Microcontroller.map(uCon.gamepad_depth, 0, 81, 2, 0));
 }