Commit edab7dbb authored by Dave Newbold's avatar Dave Newbold

Adding I2C stuff to test script

parent f97f959b
#!/usr/bin/python
import uhal
from time import sleep
import time
import sys
import collections
from I2CuHal import I2CCore
from si5344 import si5344
uhal.setLogLevelTo(uhal.LogLevel.ERROR)
hw = uhal.getDevice("board", "ipbusudp-2.0://192.168.235.199:50001", "file://addrtab/top.xml")
......
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