-
Notifications
You must be signed in to change notification settings - Fork 212
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
Async SPI - already borrowed: BorrowMutError on esp32s3 #1863
Comments
VersBinarii
changed the title
Async SPI - already borrowed: BorrowMutError
Async SPI - already borrowed: BorrowMutError on esp32s3
Jul 26, 2024
Firstly, this line looks really odd as one would assume you would add at least driver as an argument there...
How about:
|
@plaes this is how the API for the driver is designed |
Ok, i managed to get it working without changing any code i did however change the dependencies to following:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm having issue with the following code and would appreciate some pointers on how to make it work.
The code results with following:
The actual lines of code that cause the crash are:
Removing it makes the rest of the code work correctly
I'm using follwing packages:
The text was updated successfully, but these errors were encountered: