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

    Interface Sx126xTxPower

    The amplifier configuration and power setting that produce an output power.

    interface Sx126xTxPower {
        deviceSel: number;
        hpMax: number;
        paDutyCycle: number;
        paLut: number;
        settingDbm: number;
    }
    Index
    deviceSel: number

    deviceSel: 0 for the SX1262 and the LLCC68, 1 for the SX1261.

    hpMax: number

    hpMax, the size of the SX1262 amplifier; no effect on the SX1261.

    paDutyCycle: number

    paDutyCycle, the conduction angle of the amplifier.

    paLut: number

    paLut, reserved and always 1.

    settingDbm: number

    The power byte of SetTxParams, in dBm.