You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When compiling any sketch on an Arduino Zero, this error message is returned.
Any help is appreciated.
Thanks.
Compilation error: cannot allocate an object of abstract type 'arduino::HardwareSPI'
C:\Users****\Documents\Arduino\libraries\nRF905_Radio_Library\src/nRF905.h:179:12: error: cannot declare parameter 'spi' to be of abstract type 'arduino::HardwareSPI'
SPIClass spi,
The text was updated successfully, but these errors were encountered:
Hello,
When compiling any sketch on an Arduino Zero, this error message is returned.
Any help is appreciated.
Thanks.
Compilation error: cannot allocate an object of abstract type 'arduino::HardwareSPI'
C:\Users****\Documents\Arduino\libraries\nRF905_Radio_Library\src/nRF905.h:179:12: error: cannot declare parameter 'spi' to be of abstract type 'arduino::HardwareSPI'
SPIClass spi,
The text was updated successfully, but these errors were encountered: