Interface OutputDeviceInterface

All Known Implementing Classes:
Buzzer, DigitalOutputDevice, LED, LedBarGraph, OutputDeviceCollection, PwmLed, PwmLedBarGraph, PwmOutputDevice, Servo, Servo.Array
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface OutputDeviceInterface
  • Method Summary

    Modifier and Type Method Description
    void setValue​(float value)  
  • Method Details

    • setValue

      void setValue​(float value)