Closed
Description
Hi!
I guess there is an inconsistency in the SPI mode assignment.
In the function spiSetDataMode
we have:
arduino-esp32/cores/esp32/esp32-hal-spi.c
Lines 333 to 340 in a153f6a
And in the function spiTransaction
we have:
arduino-esp32/cores/esp32/esp32-hal-spi.c
Lines 714 to 721 in a153f6a
The user.ck_out_edge
value is different.
Here is the spiGetDataMode
function:
arduino-esp32/cores/esp32/esp32-hal-spi.c
Lines 308 to 319 in a153f6a
Metadata
Metadata
Assignees
Labels
No labels