If you have multiple seesaw devices in a project, you can change the mutable global variable \*seesaw:i2c-address\* between running functions to change the currently selected seesaw device.
Example for an Adafruit #3657 breakout board:
<pre>
(defvar *seesaw:i2c-address* #x49)
</pre>
Example for an Adafruit #802 TFTv2 LCD board:
<pre>
(defvar *seesaw:i2c-address* #x2e)
</pre>
## seesaw:digital-direction
Set direction and pullup/down mode of a pin. Parameters: