Uses of Interface
com.sentilla.system.Leds

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.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.