Specifications

Appendix C
Parallax, Inc. • BASIC Stamp Programming Manual 1.8 • Page 415
C
OUTPUT
BASIC STAMP I
OUTPUT pin
PIN is a constant or a bit, byte or word variable in the range 0..7.
BASIC STAMP II
OUTPUT pin
PIN is a constant, expression or a bit, nibble, byte or word variable
in the range 0..15.
CONVERSION: BS1 R BS2
PIN may be a constant or a bit, nibble, byte or word variable in the
range 0..15.
CONVERSION: BS1 Q BS2
1.PIN must be a constant or a bit, byte or word variable in the range
0..7.
Example:
BS2: OUTPUT 15
BS1: INPUT 7