Start timer on GPIO input High and change another GPIO
I'm trying to start a timer when input GPIO becomes high (on its rising edge), at the same time i want to pull another GPIO to low. This is time critical.I'm using an external adc which will output a ready signal, at that time i want to pull CS pin t...