Search found 1 match

by dave93cab
Wed Jun 12, 2019 1:15 am
Forum: ESP-IDF
Topic: Access current SPI configuration
Replies: 0
Views: 1318

Access current SPI configuration

I can't see an easy way of getting the current configurationof an SPI host. Obviously my program should know what it set up I get that but I am writing in C++ and have classes that I would like for example to check if SPI bus is initialized, if it is that the pin configuration matches, if it isn't, ...