portduino cannot use this chip yet as it uses an old modified version of radiolib

This commit is contained in:
Thomas Göttgens
2022-10-17 10:31:29 +02:00
parent 38fed8a61e
commit 5f4b93aba2
5 changed files with 20 additions and 3 deletions

View File

@@ -5,8 +5,13 @@
/**
* Our adapter for SX1281 radios
*/
#if !defined(ARCH_PORTDUINO)
class SX1281Interface : public SX128xInterface<SX1281>
{
public:
SX1281Interface(RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst, RADIOLIB_PIN_TYPE busy, SPIClass &spi);
};
};
#endif