reset bs2
Let's Go!
Posts: 124
is there any way to reset the bs2 electronically such as closing a switch, vs the mechanical sx that is on the board. reset is on pin 22 of the 24 pins and there are no ports for pin 22.
jim
jim
Comments
The pushbutton switch on the Board of Education just connects the Reset pin to ground. You can connect another switch between the Reset pin and ground (Vss). You can also connect a logic signal to the Reset line. As an experiment, connect any unused I/O pin to the Reset line, then write a small program that displays a message with a DEBUG statement, then does a LOW on the I/O pin used for the Reset line. You'll see the Stamp repeatedly display the message and reset thus starting the program over again.