We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
micropython-esp32-ulp/examples/readgpio.py
Line 40 in 7eb2a80
Can I ask for a clarification on this line of the gpio example? What's got me confused here is that it references bit 13 of this register:
Bit 13 is reserved. I don't know if the intent here really was to write an input enable, like this:
What am I missing?