public class PWMOutputImplEx extends PWMOutputImpl implements PWMOutputEx
HardwareDevice.Manufacturercontroller, port| Constructor and Description |
|---|
PWMOutputImplEx(PWMOutputController controller,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPwmEnabled() |
void |
setPwmDisable() |
void |
setPwmEnable() |
close, getConnectionInfo, getDeviceName, getManufacturer, getPulseWidthOutputTime, getPulseWidthPeriod, getVersion, resetDeviceConfigurationForOpMode, setPulseWidthOutputTime, setPulseWidthPeriodpublic PWMOutputImplEx(PWMOutputController controller, int port)
public void setPwmEnable()
setPwmEnable in interface PWMOutputExpublic void setPwmDisable()
setPwmDisable in interface PWMOutputExpublic boolean isPwmEnabled()
isPwmEnabled in interface PWMOutputEx