Skip to content

Esp32 SPI library on esp82 #19

@BuriedGiants

Description

@BuriedGiants

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions