Uses of Class
com.diozero.devices.BME280.PressureOversampling
-
Packages that use BME280.PressureOversampling Package Description com.diozero.devices Classes representing actual devices such as LEDs, Buttons as well as GPIO, devices that are connected via I2C, SPI and Serial interfaces. -
-
Uses of BME280.PressureOversampling in com.diozero.devices
Methods in com.diozero.devices that return BME280.PressureOversampling Modifier and Type Method Description static BME280.PressureOversampling
BME280.PressureOversampling. valueOf(String name)
Returns the enum constant of this type with the specified name.static BME280.PressureOversampling[]
BME280.PressureOversampling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.diozero.devices with parameters of type BME280.PressureOversampling Modifier and Type Method Description void
BME280. setOperatingModes(BME280.TemperatureOversampling tempOversampling, BME280.PressureOversampling pressOversampling, BME280.HumidityOversampling humOversampling, BME280.OperatingMode operatingMode)
Sets the oversampling multipliers and operating mode.
-