mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 21:51:46 +00:00
9 lines
308 B
C++
9 lines
308 B
C++
#include "SX1262Interface.h"
|
|
#include "configuration.h"
|
|
#include "error.h"
|
|
|
|
SX1262Interface::SX1262Interface(LockingArduinoHal *hal, RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst,
|
|
RADIOLIB_PIN_TYPE busy)
|
|
: SX126xInterface(hal, cs, irq, rst, busy)
|
|
{
|
|
} |