RFM69
RFM69 copied to clipboard
Arduino Due compatibility
It seems that this library is currently not compatible with the Arduino Due (SAM3X8).
Good observation. Actually it was not really intended to support anything but AVR (specifically 328p and 1284p).
it could, try adding spi pins directly in rfm69.cpp:
Replace SPI.begin(); with : SPI.begin(SCK,MOSI,MISO,CS);
and in rfm69.h:
#define RF69_IRQ_PIN PIN_NUMBER #define RF69_SPI_CS PIN_NUMBER