Reset Button

Hi,

I was wondering how you would hook up a button to the reset pin. I don't know if it is the same, or if you have to have a special circuit.

Thanks.

AKSoapy29:
Hi,

I was wondering how you would hook up a button to the reset pin. I don't know if it is the same, or if you have to have a special circuit.

Thanks.

No special circuit required, you can just wire the button between the arduino shield reset and ground pin.

Lefty

Technically you don't even need a pull-up resistor since there is one built-into the chip. However, I wouldn't rely on that.

So a button between ground and reset should reset it; got it. Thanks.