pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface Ads1115Config

    An ADS1115 configuration register, field by field.

    interface Ads1115Config {
        comparatorActiveHigh: boolean;
        comparatorLatching: boolean;
        comparatorQueue: number;
        dataRate: number;
        mux: number;
        pga: number;
        singleShot: boolean;
        startConversion: boolean;
        windowComparator: boolean;
    }
    Index
    comparatorActiveHigh: boolean

    Whether the ALERT/RDY pin is active high.

    comparatorLatching: boolean

    Whether the comparator latches until the conversion is read.

    comparatorQueue: number

    The comparator queue code, 0..=3, where 3 disables the comparator.

    dataRate: number

    The data rate code, 0..=7.

    mux: number

    The input multiplexer code, 0..=7.

    pga: number

    The gain code, 0..=7, which sets the full-scale range.

    singleShot: boolean

    Whether to convert once per request and power down, rather than continuously.

    startConversion: boolean

    Whether writing this starts a single conversion.

    windowComparator: boolean

    Whether to use the window comparator rather than the traditional one.