Skip to content
New issue

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

Problem with SPI.usingInterrupts #320

Open
orbitcoms opened this issue May 23, 2021 · 2 comments
Open

Problem with SPI.usingInterrupts #320

orbitcoms opened this issue May 23, 2021 · 2 comments

Comments

@orbitcoms
Copy link

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

@hqbao
Copy link

hqbao commented Apr 11, 2022

Same here, any updates?

@hqbao
Copy link

hqbao commented Apr 11, 2022

I got it, just don't use this library, please use this refactor version
https://github.com/playfultechnology/arduino-dw1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants