com.mle.pi

LedController

class LedController extends PinController

Linear Supertypes
PinController, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LedController
  2. PinController
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LedController(leds: Seq[StatefulPin], rgbs: Seq[StatefulPin])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Definition Classes
    LedControllerPinController → Closeable → AutoCloseable
  7. def disable(led: Int): Unit

  8. def disableAll(): Unit

    Definition Classes
    PinController
  9. implicit val ec: ExecutionContextExecutor

  10. def enable(color: Color, leds: Int*): Unit

  11. def enableRandomColorSync(duration: Duration, leds: Int*): Unit

  12. def enableTimed(duration: Duration, color: Color, leds: Int*): Future[Seq[Unit]]

  13. def enableTimed2(duration: Duration, color: Color, leds: ProvisionedPin*): Future[Seq[Unit]]

  14. def enableTimedSync(duration: Duration, color: Color, leds: Int*): Unit

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def get(pin: Pin): Option[ProvisionedPin]

    Definition Classes
    PinController
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val ledPins: Seq[ProvisionedPin]

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. val ppins: Seq[ProvisionedPin]

    Definition Classes
    PinController
  27. val rgbPins: Seq[ProvisionedPin]

  28. def setColor(color: Color): Unit

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PinController

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped