]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
status, mt
authorhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:30:52 +0000 (17:30 +0200)
committerhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:30:52 +0000 (17:30 +0200)
pion/config/nxyter/write_calreg.sh [deleted file]

diff --git a/pion/config/nxyter/write_calreg.sh b/pion/config/nxyter/write_calreg.sh
deleted file mode 100755 (executable)
index aea372d..0000000
+++ /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
-