Search found 1 match
- Tue May 10, 2022 8:47 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino library SPI read only function
- Replies: 0
- Views: 1107
ESP32 Arduino library SPI read only function
I am currently working on an interface between ESP32-S2-Wrover (Master) and Lepton 3.5 Thermal Camera (Slave). I need to read the data from the camera (MISO) VERY fast, while I do not need to send anything to the camera, so it would be the best if I can find a spi function that only read from the ca...