pinelora WIP

This commit is contained in:
Kevin Hester
2021-04-22 08:49:05 +08:00
parent c4878671e3
commit 6e27856daa
6 changed files with 31 additions and 14 deletions

View File

@@ -14,7 +14,6 @@ class RF95Interface : public RadioLibInterface
public:
RF95Interface(RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst, SPIClass &spi);
/// Some boards (Pinetab Lora module) have broken IRQ wires, so we need to poll via i2c registers
bool isIRQPending() { return lora->getPendingIRQ(); }
/// Initialise the Driver transport hardware and software.