mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-13 08:01:24 +00:00
12 lines
349 B
C++
12 lines
349 B
C++
#if RADIOLIB_EXCLUDE_LR11X0 != 1
|
|
|
|
#include "LR1110Interface.h"
|
|
#include "configuration.h"
|
|
#include "error.h"
|
|
|
|
LR1110Interface::LR1110Interface(LockingArduinoHal *hal, RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst,
|
|
RADIOLIB_PIN_TYPE busy)
|
|
: LR11x0Interface(hal, cs, irq, rst, busy)
|
|
{
|
|
}
|
|
#endif |