Two digital outputs connected to one digital input
I'm trying to understand digital I/O functionality.
I want to connect pin1 and pin2, both in OUTPUT mode, to pin3, which is in INPUT_PULLUP mode.
With pin1 and pin2 set to write LOW, pin3 will read 0.
With pin1 set to LOW and pin2 set to HIGH...