Allow for better target level Radiolib exclude plumbing (#4906)

* WIP

* LR11x0

* Anothern

* =1
This commit is contained in:
Ben Meadors
2024-09-30 05:14:22 -05:00
committed by GitHub
co-authored by GitHub
parent fd6e8613c6
commit 8ad89ba724
27 changed files with 98 additions and 48 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
#pragma once
#if RADIOLIB_EXCLUDE_LR11X0 != 1
#include "LR11x0Interface.h"
/**
* Our adapter for LR1120 wideband radios
*/
@@ -11,4 +11,5 @@ class LR1120Interface : public LR11x0Interface<LR1120>
LR1120Interface(LockingArduinoHal *hal, RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst,
RADIOLIB_PIN_TYPE busy);
bool wideLora() override;
};
};
#endif