|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Leds | |
---|---|
com.sentilla.platform.tmote | Sentilla system implementations for the Sentilla Tmote platform. |
com.sentilla.system | Sentilla core system classes. |
Uses of Leds in com.sentilla.platform.tmote |
---|
Classes in com.sentilla.platform.tmote that implement Leds | |
---|---|
class |
Leds
Tmote implementation of Leds. |
Fields in com.sentilla.platform.tmote declared as Leds | |
---|---|
Leds |
MimeoMessage.leds
|
Methods in com.sentilla.platform.tmote that return Leds | |
---|---|
Leds |
LedsDriver.newLeds()
|
Leds |
Leds.setOff(int value)
|
Leds |
Leds.setOn(int value)
|
Leds |
Leds.setSet(int value)
|
Leds |
Leds.setToggle(int value)
|
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 |