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

    Variable AmplifierConst

    Amplifier: { HighPower: Sx126xAmplifier; LowPower: Sx126xAmplifier } = ...

    Which power amplifier a chip has.

    Provided as a runtime object, as the generated string enum is erased at compile time. The SPI interface cannot tell the chips apart, so the caller names the amplifier.

    Type Declaration

    • ReadonlyHighPower: Sx126xAmplifier

      The high power amplifier of the SX1262 and the LLCC68, up to +22 dBm.

    • ReadonlyLowPower: Sx126xAmplifier

      The low power amplifier of the SX1261, up to +15 dBm.