If two 5V power sources exist, one being always on and the other not (such as an ATX powersupply's standby 5V and "on" 5V rails), how could I draw power only from the "on" rail when present, or else from the standby rail?
Additionally, how can it be indicated which rail the power comes from? For example, lighting a red LED when using the standby rail, or a green LED if the "on" rail is used.
I think I may need to use a MOSFET or perhaps an Arduino Nano, I would prefer a simpler solution.