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
Hi, I am using seeed's nRF52840_Sense, and I will use the Arduino_NRFXSPI class or the Arduino_mbedSPI class. However, when compiling Arduino_mbedSPI.h, an error "drivers/SPIMaster.h" will not be found. When compiling Arduino_NRFXSPI.h, an error will appear: error: 'nrfx_spi_t' does not name a type; did you mean 'nrfx_spim_t'?, which library is the file it depends on based on?
The text was updated successfully, but these errors were encountered:
Hi, I am using seeed's nRF52840_Sense, and I will use the Arduino_NRFXSPI class or the Arduino_mbedSPI class. However, when compiling Arduino_mbedSPI.h, an error "drivers/SPIMaster.h" will not be found. When compiling Arduino_NRFXSPI.h, an error will appear: error: 'nrfx_spi_t' does not name a type; did you mean 'nrfx_spim_t'?, which library is the file it depends on based on?
The text was updated successfully, but these errors were encountered: