I'm trying to use the "knock" example code on a Teensy 3.2. It works as expected unless I include "pinMode(knockSensor, INPUT);" in the setup in which case the pin hangs on a higher value (different every time) and does not return to 0. Ultimately I'd like to use this in a situation where a...