Specifications
BASIC Stamp II
Parallax, Inc. • BASIC Stamp Programming Manual 1.8 • Page 277
2
state by writing a low (0) to bit 7 of OUTS and changing the pin to
output.
INPUT 7 ' Make pin 7 an input.
debug "State of pin 7: ", bin IN7,cr
OUT7 = 0 ' Write 0 to output latch.
debug "After 0 written to OUT7: ",bin IN7,cr
output 7 ' Make pin 7 an output.
debug "After pin 7 changed to output: ",bin IN7










