Search found 1 match
- Mon Apr 03, 2023 11:33 am
- Forum: General Discussion
- Topic: understanding examples/spi_master user callback
- Replies: 1
- Views: 1334
understanding examples/spi_master user callback
Hi, so I played around a little bit with the code. But there is one thing I just don't understand. Here is the send_lines code I use now: static void send_lines(spi_device_handle_t spi, int ypos, uint16_t *linedata) { esp_err_t ret; static spi_transaction_t trans; // In theory, it's better to initia...