# !/bin/sh
#
# ocr_off script
#
#  turns the ocr off
#  using ts7500ctl
#
ts7500ctl --address=0x6c --poke16=0x0100 # direction = OUT
ts7500ctl --address=0x6a --poke16=0x0000 # OFF
echo "OCR IS OFF"
