GPIO Matrix Routing
Posted: Mon Dec 11, 2023 1:25 pm
I'm talking to a peripheral chip via SPI. It also has an INT that is connected to one of my ESP32(S3) GPIOs to signalize certain state changes. In addition to handling the IRQs from this GPIO, can I also wire the GPIO matrix in a way that another GPIO gets set to the inverted level? I have picked up references to the `gpio_matrix` functions, but I'm not sure whether they allow what I'm trying to do.
The net output should be that -- without writing code in the IRQ handler -- a LED gets lit whenever the IRQ line is LOW.
The net output should be that -- without writing code in the IRQ handler -- a LED gets lit whenever the IRQ line is LOW.