Hi
I'm using a teensy 3.1 to drive three TFT's over (hardware-line-driven) SPI. That works like a charm.
However, to my device, I have also a pushbutton attached (with 10k pullup resistor), connected to pin 16.
However, when running the following code, digitalRead(16) always returns 0...