Uses of Class
com.diozero.devices.LM73.Resolution
-
Packages that use LM73.Resolution 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 LM73.Resolution in com.diozero.devices
Methods in com.diozero.devices that return LM73.Resolution Modifier and Type Method Description LM73.Resolution
LM73. getResolution()
static LM73.Resolution
LM73.Resolution. valueOf(String name)
Returns the enum constant of this type with the specified name.static LM73.Resolution[]
LM73.Resolution. 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 LM73.Resolution Modifier and Type Method Description void
LM73. setResolution(LM73.Resolution resolution)
-