Uses of Class
com.diozero.devices.LM73.Configuration
-
Packages that use LM73.Configuration 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.Configuration in com.diozero.devices
Methods in com.diozero.devices that return LM73.Configuration Modifier and Type Method Description LM73.Configuration
LM73. getConfiguration()
static LM73.Configuration
LM73.Configuration. valueOf(String name)
Returns the enum constant of this type with the specified name.static LM73.Configuration[]
LM73.Configuration. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.diozero.devices with parameters of type LM73.Configuration Constructor Description LM73(int controller, LM73.Configuration config)
-