Uses of Class
com.diozero.devices.Ads112C04.Idac2RoutingConfig
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.Idac2RoutingConfig in com.diozero.devices
Methods in com.diozero.devices that return Ads112C04.Idac2RoutingConfig Modifier and Type Method Description Ads112C04.Idac2RoutingConfig
Ads112C04. getIdac2RoutingConfig()
static Ads112C04.Idac2RoutingConfig
Ads112C04.Idac2RoutingConfig. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ads112C04.Idac2RoutingConfig[]
Ads112C04.Idac2RoutingConfig. 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.Idac2RoutingConfig Modifier and Type Method Description void
Ads112C04. setConfig3(Ads112C04.Idac1RoutingConfig idac1RoutingConfig, Ads112C04.Idac2RoutingConfig idac2RoutingConfig)
Ads112C04.Builder
Ads112C04.Builder. setIdac2RoutingConfig(Ads112C04.Idac2RoutingConfig idac2RoutingConfig)
void
Ads112C04. setIdac2RoutingConfig(Ads112C04.Idac2RoutingConfig idac2RoutingConfig)
Constructors in com.diozero.devices with parameters of type Ads112C04.Idac2RoutingConfig 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)