Struct ads111x::ADS111XConfig [] [src]

pub struct ADS111XConfig {
    pub multiplexer_config: ADS1115MultiplexerConfig,
    pub gain_amplifier: ADS11145GainAmplifier,
    pub operating_mode: ADS111XOperatingMode,
    pub data_rate: ADS111XDataRate,
}

Fields

Trait Implementations

impl Debug for ADS111XConfig
[src]

[src]

Formats the value using the given formatter.

impl Copy for ADS111XConfig
[src]

impl Clone for ADS111XConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more