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

    Interface Hdc1080Config

    An HDC1080 configuration register, field by field.

    interface Hdc1080Config {
        batteryLow: boolean;
        heater: boolean;
        humidityResolutionBits: number;
        sequential: boolean;
        softwareReset: boolean;
        temperatureResolutionBits: number;
    }
    Index
    batteryLow: boolean

    Whether the supply has dropped below 2.8 V, which the part reports back.

    heater: boolean

    Whether the on-die heater runs during measurements.

    humidityResolutionBits: number

    The humidity resolution in bits: 14, 11, or 8.

    sequential: boolean

    Whether one trigger acquires temperature and humidity in sequence.

    softwareReset: boolean

    Whether writing this resets the part.

    temperatureResolutionBits: number

    The temperature resolution in bits: 14 or 11.