Пример #1
0
 /**
  * Constructor for the PneumaticControlModule device.
  * @param deviceNumber The CAN ID of the PCM
  */
 public PneumaticControlModule(int deviceNumber)
 {
     m_impl = new CTRE.LowLevel_Pcm((ushort)deviceNumber);
     m_impl.SetCloseLoopEnable(true);
 }
 /**
  * Constructor for the PneumaticControlModule device.
  * @param deviceNumber The CAN ID of the PCM
  */
 public PneumaticControlModule(int deviceNumber)
 {
     m_impl = new CTRE.LowLevel_Pcm((ushort)deviceNumber);
     m_impl.SetCloseLoopEnable(true);
 }