|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Leds | |
---|---|
com.sentilla.system | Sentilla core system classes. |
Uses of Leds in com.sentilla.system |
---|
Methods in com.sentilla.system that return Leds | |
---|---|
static Leds |
LedsDriver.create()
Create a new Leds instance using "leds" as the driver name. |
static Leds |
LedsDriver.create(String driver)
Create a new Leds instance using the given driver name. |
abstract Leds |
LedsDriver.newLeds()
Create a new Leds instance. |
Leds |
Leds.setOff(int value)
Asynchronous interface to turn off selected LEDs. |
Leds |
Leds.setOn(int value)
Asynchronous interface to turn on selected LEDs. |
Leds |
Leds.setSet(int value)
Asynchronous interface to set all LED values. |
Leds |
Leds.setToggle(int value)
Asynchronous interface to toggle selected LEDs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |