I would like to know if there is a way to set the GPIO to default to LOW on power up or if there is a signal on the headers that I can and with a GPIO that starts low.
I know I can invert the signals, but would rather not if I can find a cheaper solution.
The problem is that my circuit is a simple transistor to drive another device. Since the GPIO starts high the transistor is on by default. This triggers my device I am driving on power up and I can't have that.
Thoughts?