Commit 8053bc50 authored by Paolo Baesso's avatar Paolo Baesso

Removed last traces of pyChips

parent 3b9bf843
......@@ -4,6 +4,7 @@
/TLU_v1c/work/*
/Enclustra_Example/*
/Enclustra_tests/
/TLU_v1e/scripts/datafiles
/Data/*
*.pyc
.svn/*
......
......@@ -2,11 +2,11 @@
import uhal;
import pprint;
import ConfigParser
from FmcTluI2c import *
#from FmcTluI2c import *
import threading
from ROOT import TFile, TTree, gROOT, AddressOf
from ROOT import *
import time
from I2CuHal import I2CCore
from si5345 import si5345 # Library for clock chip
......
......@@ -2,7 +2,7 @@
# miniTLU test script
#from PyChipsUser import *
from FmcTluI2c import *
#from FmcTluI2c import *
import uhal
import sys
import time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment