Hi sprite,
Thanks for the quick reply, it is working.
Search found 2 matches
- Fri Jun 21, 2019 8:43 am
- Forum: ESP-IDF
- Topic: switch spi mode at run time
- Replies: 2
- Views: 3088
- Wed Jun 19, 2019 4:32 pm
- Forum: ESP-IDF
- Topic: switch spi mode at run time
- Replies: 2
- Views: 3088
switch spi mode at run time
Hi, I have 2 spi sensors which operates in spi mode 0 and mode1. i want to connect the 2 sensors to a single spi lines by sharing the lines. so is there a way i can switch between the modes while in run time. ie make mode 0 and read dfrom sensor 0 and then switch mode to 1 and read sensor1 data. i h...