update board definition, update copy/paste errors, fix SX1280.

This commit is contained in:
Thomas Göttgens
2022-11-27 14:03:50 +01:00
parent 88c3ab2636
commit bd2bfd6822
9 changed files with 59 additions and 52 deletions

View File

@@ -6,12 +6,9 @@
* Our adapter for SX1280 radios
*/
#if defined(RADIOLIB_GODMODE)
class SX1280Interface : public SX128xInterface<SX1280>
{
public:
SX1280Interface(RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst, RADIOLIB_PIN_TYPE busy, SPIClass &spi);
};
#endif