Interface BarometerInterface

All Superinterfaces:
java.lang.AutoCloseable, java.io.Closeable, SensorInterface
All Known Implementing Classes:
BME280, BMP180, LPS25H

public interface BarometerInterface
extends SensorInterface
  • Method Summary

    Modifier and Type Method Description
    float getPressure()
    Get the pressure in kPa

    Methods inherited from interface com.diozero.api.SensorInterface

    close