public interface LED extends Light
Modifier and Type | Method and Description |
---|---|
Future<?> |
blink(long delay) |
Future<?> |
blink(long delay,
long duration) |
Future<?> |
pulse(long duration) |
Future<?> |
pulse(long duration,
boolean blocking) |
void |
toggle() |
addListener, isOff, isOn, off, on, removeListener
removeAllListeners
clearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTag
Copyright © 2012–2014 Pi4J. All rights reserved.