RadioLibSmol/src
Matthijs Kooijman 52ec165643 Update radios to use new setRfSwitchState
This removes the compatibility wrapper and applies the following
replacements:

    sed -i 's/setRfSwitchState(LOW, LOW)/setRfSwitchState(Module::MODE_IDLE)/' src/modules/*/*.cpp
    sed -i 's/setRfSwitchState(HIGH, LOW)/setRfSwitchState(Module::MODE_RX)/' src/modules/*/*.cpp
    sed -i 's/setRfSwitchState(LOW, HIGH)/setRfSwitchState(Module::MODE_TX)/' src/modules/*/*.cpp
2023-01-09 10:26:28 +01:00
..
modules Update radios to use new setRfSwitchState 2023-01-09 10:26:28 +01:00
protocols [EXT] Added support for external radios (646) 2023-01-08 15:12:49 +01:00
BuildOpt.h Added support for unofficial Raspberry Pi Pico core (#643) 2022-12-14 22:37:25 +01:00
Module.cpp [MOD] Generalize rfswitch pin handling 2023-01-09 09:46:39 +01:00
Module.h Update radios to use new setRfSwitchState 2023-01-09 10:26:28 +01:00
RadioLib.h [EXT] Added support for external radios (646) 2023-01-08 15:12:49 +01:00
TypeDef.h - Defined new RADIOLIB_ERR_NULL_POINTER 2022-11-21 09:09:56 +01:00