public class GpioScheduledExecutorImpl extends Object
| Constructor and Description |
|---|
GpioScheduledExecutorImpl() |
| Modifier and Type | Method and Description |
|---|---|
static void |
blink(GpioPinDigitalOutput pin,
long delay,
long duration,
PinState blinkState) |
static Future<?> |
pulse(GpioPinDigitalOutput pin,
long duration,
PinState pulseState) |
static void |
shutdown() |
public static Future<?> pulse(GpioPinDigitalOutput pin, long duration, PinState pulseState)
public static void blink(GpioPinDigitalOutput pin, long delay, long duration, PinState blinkState)
public static void shutdown()
Copyright © 2012 Pi4J. All Rights Reserved.