Syntax: LOW Pin
Make the specified pin output low.
* Note: expressions are not allowed as arguments on the BS1. The range of the Pin argument on the BS1 is 0–7.
BS1 and all BS2 models | |
Related Commands |
The LOW command sets the specified pin to 0 (a 0 volt level) and then sets its mode to output. For example,
LOW 6
...does exactly the same thing as:
PIN6 = 0 DIR6 = 1
OUT6 = 0 DIR6 = 1
Using the LOW command is faster in this case.
BASIC Stamp Help Version 2.5.4
Copyright © Parallax Inc.
8/8/2012