Interface BarometerInterface

All Superinterfaces:
AutoCloseable, DeviceInterface, SensorInterface
All Known Implementing Classes:
BME280, BME680, 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.DeviceInterface

    close