Uses of Enum
com.diozero.devices.Ads112C04.DataRate
Package
Description
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.DataRate in com.diozero.devices
Modifier and TypeMethodDescriptionAds112C04.getDataRate()
static Ads112C04.DataRate
Returns the enum constant of this type with the specified name.static Ads112C04.DataRate[]
Ads112C04.DataRate.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Ads112C04.setConfig1
(Ads112C04.DataRate dataRate, boolean turboModeEnabled, Ads112C04.VRef vRef, boolean temperatureSensorEnabled) Ads112C04.Builder.setDataRate
(Ads112C04.DataRate dataRate) void
Ads112C04.setDataRate
(Ads112C04.DataRate dataRate) ModifierConstructorDescriptionprotected
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)