Uses of Class
com.diozero.devices.Ads112C04.VRef
-
Packages that use Ads112C04.VRef 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 Ads112C04.VRef in com.diozero.devices
Methods in com.diozero.devices that return Ads112C04.VRef Modifier and Type Method Description Ads112C04.VRef
Ads112C04. getVRefConfig()
static Ads112C04.VRef
Ads112C04.VRef. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ads112C04.VRef[]
Ads112C04.VRef. 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 Ads112C04.VRef Modifier and Type Method Description void
Ads112C04. setConfig1(Ads112C04.DataRate dataRate, boolean turboModeEnabled, Ads112C04.VRef vRef, boolean temperatureSensorEnabled)
Ads112C04.Builder
Ads112C04.Builder. setVRef(Ads112C04.VRef vRef)
void
Ads112C04. setVRefConfig(Ads112C04.VRef vRef)
Constructors in com.diozero.devices with parameters of type Ads112C04.VRef Constructor Description Ads112C04(int controller, Ads112C04.Address address, Ads112C04.GainConfig gainConfig, Ads112C04.Pga pga, Ads112C04.DataRate dataRate, Ads112C04.OperatingMode operatingMode, Ads112C04.VRef vRef, Ads112C04.TemperatureSensorMode tsMode, Ads112C04.DataCounter dataCounter, Ads112C04.CrcConfig crcConfig, Ads112C04.BurnoutCurrentSources burnoutCurrentSources, Ads112C04.IdacCurrent idacCurrent, Ads112C04.Idac1RoutingConfig idac1RoutingConfig, Ads112C04.Idac2RoutingConfig idac2RoutingConfig, Ads112C04.InputMultiplexerConfig inputMultiplexerConfig)
-