Commit afb1cf9f authored by Dave Newbold (UoB)'s avatar Dave Newbold (UoB)

Bug fix in script

parent 0716e1a9
......@@ -19,4 +19,4 @@ res= zeClock.getDeviceVersion()
for ipage in range(10):
zeClock.setPage(0, True)
for ireg in range(0x100):
print hex(ipage), hex(ireg), hex(zeClock.readRegister(ireg, 1))
print hex(ipage), hex(ireg), hex(zeClock.readRegister(ireg, 1)[0])
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