Uses of Class
com.diozero.devices.BME280.StandbyDuration
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.StandbyDuration in com.diozero.devices
Methods in com.diozero.devices that return BME280.StandbyDuration Modifier and Type Method Description static BME280.StandbyDuration
BME280.StandbyDuration. valueOf(String name)
Returns the enum constant of this type with the specified name.static BME280.StandbyDuration[]
BME280.StandbyDuration. 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.StandbyDuration Modifier and Type Method Description void
BME280. setStandbyAndFilterModes(BME280.StandbyDuration standbyDuration, BME280.FilterCoefficient filterCoefficient)
Sets the standby duration for normal mode and the IIR filter coefficient.