Allow for better target level Radiolib exclude plumbing (#4906)
* WIP * LR11x0 * Anothern * =1
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#if RADIOLIB_EXCLUDE_SX126X != 1
|
||||
#pragma once
|
||||
|
||||
#include "SX126xInterface.h"
|
||||
@@ -10,4 +11,5 @@ class SX1262Interface : public SX126xInterface<SX1262>
|
||||
public:
|
||||
SX1262Interface(LockingArduinoHal *hal, RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst,
|
||||
RADIOLIB_PIN_TYPE busy);
|
||||
};
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user