Goal - Use a single Arduino pin to turn on a Relay(energize it's coil) while simultaneously turning on an Indictor LED located on a separate panel.
Problem - digitalWrite(pinout, HIGH) turns on the LED but turns off the Relay.
digitalWrite(pinout, LOW) turns off the LED while turning on the Relay.
note: I am using the NC connections of the RELAY.
Can I Turn on the relay AND the LED utilizing the same pin?