From 1285fc8baf90d7693104bbb657452a7961b4318b Mon Sep 17 00:00:00 2001 From: "hadaq@countinghouse" Date: Thu, 28 Aug 2014 17:30:52 +0200 Subject: [PATCH] status, mt --- pion/config/nxyter/write_calreg.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 pion/config/nxyter/write_calreg.sh diff --git a/pion/config/nxyter/write_calreg.sh b/pion/config/nxyter/write_calreg.sh deleted file mode 100755 index aea372d..0000000 --- a/pion/config/nxyter/write_calreg.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -i=0 -while [ $i -lt 129 ] -do - VALUE=$(trb_i2c r 0x3800 0x08 42 | awk '{print $2}') - echo "$i : $VALUE" - trb_i2c w 0x3800 0x08 42 0x20 - #trb_i2c w 0x3800 0x08 42 0x00 - i=$((i+1)) -done - -- 2.43.0