rem’s avatarrem’s Twitter Archive—№ 75,417

  1. Pull up resistors, I'm getting myself confused. I have a button, that when pressed, is sending voltage/HIGH to my pin (unpressed is sending HIGH to arcade button LED). To read it, I thought I needed @ setup: pinMode(n, INPUT_PULLUP); digitalWrite(n, ???) - then read?