# !/bin/sh
#
# lopc_off script
#
#  turns the lopc and hs2 off
#  using ts7500ctl
#
ts7500ctl --address=0x66 --poke16=0x0100 # direction = OUT
ts7500ctl --address=0x66 --poke16=0x0019 # OFF
echo " "
echo "LOPC AND HS2 ARE OFF"
echo " "
