We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that this library is currently not compatible with the Arduino Due (SAM3X8).
The text was updated successfully, but these errors were encountered:
Good observation. Actually it was not really intended to support anything but AVR (specifically 328p and 1284p).
Sorry, something went wrong.
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
No branches or pull requests
It seems that this library is currently not compatible with the Arduino Due (SAM3X8).
The text was updated successfully, but these errors were encountered: