Interface LuminositySensorInterface

All Superinterfaces:
java.lang.AutoCloseable, java.io.Closeable, SensorInterface
All Known Implementing Classes:
BH1750, TSL2561

public interface LuminositySensorInterface
extends SensorInterface
  • Method Summary

    Modifier and Type Method Description
    float getLuminosity()  

    Methods inherited from interface com.diozero.api.SensorInterface

    close