# !/bin/sh
#
# lisst_off script
#
#  turns the lisst off
#  using ts7500ctl
#
ts7500ctl --address=0x66 --poke16=0x0100 # direction = OUT
ts7500ctl --address=0x66 --poke16=0x0049 # OFF
echo " "
echo "LISST IS OFF"
echo " "
