This driver is a stripped down version of the Radiohead 1.45 driver, and covers fewer radios. Threading and an event queue have been added to make the ISR's more stable across architectures. Specifically The STM32L4 parts

Dependents:   Threaded_LoRa_Modem

Revision:
5:9166705eb726
Parent:
4:61db9344ce8c
Child:
6:20187dafd325
--- a/RH_RF95.cpp	Wed Jun 09 19:25:14 2021 +0000
+++ b/RH_RF95.cpp	Thu Jun 10 16:25:27 2021 +0000
@@ -327,7 +327,6 @@
     {
 //	    printf("---- Idle\n");
 		spiWrite(RH_RF95_REG_01_OP_MODE, RH_RF95_MODE_STDBY);
-//		delay(5);
 		_mode = RHModeIdle;
     }
 }