Uses of Class
com.diozero.devices.BME680.FilterSize
-
Packages that use BME680.FilterSize 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 BME680.FilterSize in com.diozero.devices
Methods in com.diozero.devices that return BME680.FilterSize Modifier and Type Method Description BME680.FilterSize
BME680. getFilter()
static BME680.FilterSize
BME680.FilterSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static BME680.FilterSize[]
BME680.FilterSize. 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 BME680.FilterSize Modifier and Type Method Description void
BME680. setFilter(BME680.FilterSize value)
void
BME680. setSensorSettings(BME680.HeaterProfile heaterProfile, int heaterTemperature, int heaterDuration, BME680.FilterSize filterSize)
-