# !/bin/sh
#
# lisst_on script
#
#  turns the lisst on
#  using ts7500ctl
#
ts7500ctl --address=0x66 --poke16=0x0100 # direction = OUT
ts7500ctl --address=0x66 --poke16=0x0449 # OFF
echo " "
echo "LISST IS ON"
echo " "
