mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
11 lines
348 B
C++
11 lines
348 B
C++
#if RADIOLIB_EXCLUDE_SX128X != 1
|
|
#include "SX1280Interface.h"
|
|
#include "configuration.h"
|
|
#include "error.h"
|
|
|
|
SX1280Interface::SX1280Interface(LockingArduinoHal *hal, RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst,
|
|
RADIOLIB_PIN_TYPE busy)
|
|
: SX128xInterface(hal, cs, irq, rst, busy)
|
|
{
|
|
}
|
|
#endif |