Code: Untitled.txt Select all
[ESP]因为 spi_device_transmit 需要这么长时间启动spi传输,如果一次只传输一点数据,速度将很慢。看看能不能改成连续传输Code: Untitled.txt Select all
[ESP]因为 spi_device_transmit 需要这么长时间启动spi传输,如果一次只传输一点数据,速度将很慢。看看能不能改成连续传输Code: Untitled.c Select all
slot_config.width = 8;Code: Untitled.c Select all
slot_config.width = 1;