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
I have compiled the DW1000 example for rangingTag for ESP32 (Devkit)
In DW1000Class::begin() I notice the SPI.usingInterrupt() is not support as part of the PIS library in my project. The code compiles when I edit the line out.
Will the code still work or is there a work around I need to use use to replace this line?
//#ifndef ESP8266
// SPI.usingInterrupt(digitalPinToInterrupt(irq)); // not every board support this, e.g. ESP8266
//#endif
The text was updated successfully, but these errors were encountered:
I have compiled the DW1000 example for rangingTag for ESP32 (Devkit)
In DW1000Class::begin() I notice the SPI.usingInterrupt() is not support as part of the PIS library in my project. The code compiles when I edit the line out.
Will the code still work or is there a work around I need to use use to replace this line?
//#ifndef ESP8266
// SPI.usingInterrupt(digitalPinToInterrupt(irq)); // not every board support this, e.g. ESP8266
//#endif
The text was updated successfully, but these errors were encountered: