|
RoboJDETM v2.0 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface PulseOutput
Generic interface for a digital port which supports output pulsing.
| Method Summary | |
|---|---|
void |
pulse(int duration)
Pulses the specified digital port. |
| Methods inherited from interface com.ridgesoft.robotics.DigitalOutput |
|---|
clear, isSet, set, toggle |
| Method Detail |
|---|
void pulse(int duration)
The maximum duration supported by the port is hardware dependent. Consult the supporting class documentation for your robotics controller for more information.
duration - duration of the pulse in microseconds.
|
RoboJDETM v2.0 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||