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

    Interface Tmp117Configuration

    A TMP117 configuration register, field by field.

    interface Tmp117Configuration {
        alertActiveHigh: boolean;
        alertPinDataReady: boolean;
        averaging: number;
        cycle: number;
        dataReady: boolean;
        eepromBusy: boolean;
        highAlert: boolean;
        lowAlert: boolean;
        mode: number;
        softReset: boolean;
        thermMode: boolean;
    }
    Index
    alertActiveHigh: boolean

    Whether the ALERT pin is active high.

    alertPinDataReady: boolean

    Whether the ALERT pin reflects data ready rather than the alert flags.

    averaging: number

    The averaging code, 0..=3.

    cycle: number

    The conversion-cycle code, 0..=7.

    dataReady: boolean

    Whether a conversion has completed since the register was last read.

    eepromBusy: boolean

    Whether an EEPROM write is still in progress.

    highAlert: boolean

    Whether a result went above the high limit.

    lowAlert: boolean

    Whether a result went below the low limit.

    mode: number

    The conversion-mode code: 0 continuous, 1 shutdown, 3 one-shot.

    softReset: boolean

    Whether writing this triggers a software reset.

    thermMode: boolean

    Whether the limits act as a therm hysteresis band rather than as alerts.