I just started to use GPIO 33 as an analog input, to read from a potentiometer, using AnalogRead command. This is working well, tested standalone.
When tested with the main software, it seems that AnalogRead of GPIO 33 is triggering an interrupt on GPIO 36.
When the AnalogRead of GPIO
- [Codebox=cpp file=Untitled.cpp]
Another thing: I use PWM (channel 0) - I don't think that is relevant because the ADC is not related to the PWM, right?