Example #1
0
 /**
  * Get the PWM value directly from the hardware.
  *
  * <p>Read a raw value from a PWM channel.
  *
  * @return Raw PWM control value. Range: 0 - 255.
  */
 public int getRaw() {
   return PWMJNI.getPWM(m_port);
 }