#define PER_FSK_LOG_INFO( ... ) SMTC_HAL_TRACE_INFO( __VA_ARGS__ ) #define PER_FSK_LOG_WARN( ... ) SMTC_HAL_TRACE_WARNING( __VA_ARGS__ ) #define PER_FSK_LOG_ERROR ...
This is a short example of how to use the Semtech SX1262 LoRa Connect™️: (G)FSK packet mode. No LoRa yet. Little obfuscation or library use so the workings can be understood for difficult use-cases / ...