Search found 1 match
- Wed Oct 18, 2023 9:31 pm
- Forum: ESP-IDF
- Topic: SPI transfer with reading data in ESP-IDF
- Replies: 1
- Views: 4762
SPI transfer with reading data in ESP-IDF
Hi. I am working on a project that requires SPI communication with IT8951 (ePaper driver). And not only sending data but reading as well. I found some examples for Arduino and I made it work using arduino-core. However, I need to write it in pure esp-idf, using (spi_master) library. And I can't make...