-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
The SPI library you linked is an esp32 library. Using this library and uploading it on my 8266 results in an error.
`\Arduino\libraries\SPI\src/SPI.h:24:10: fatal error: soc/soc_caps.h: No such file or directory
24 | #include "soc/soc_caps.h"
| ^~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1`
I then used the esp8266 support core for the SPI library and the upload works. I'm able to run it with no error, but it does not start jamming.
Any ideas?
I'm new to this and still learning, I appreciate any help.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels