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

    Interface Bmp280CtrlMeas

    A BMP280 ctrl_meas register, field by field.

    interface Bmp280CtrlMeas {
        mode: number;
        pressure: number;
        temperature: number;
    }
    Index
    mode: number

    The power mode code: 0 sleep, 1 forced, 3 normal.

    pressure: number

    The pressure oversampling code, 0..=5, where 0 skips the measurement.

    temperature: number

    The temperature oversampling code, 0..=5, where 0 skips the measurement.