Hi, I'm a complete beginner at this and just starting my first project, I've connected a button to pin 33 of the Teensy but then I press it and print the button state to the serial monitor it always shows the state as '1'.
I tried changing pinMode(buttonPin, INPUT_PULLUP) to pinMode(buttonPin...