Commit cca11ec3 authored by Dave Newbold's avatar Dave Newbold

Adding config check for si****

parent 9aee21ef
......@@ -127,5 +127,5 @@ class si5344:
for item in regSettingList:
d = self.readRegister(int(item[0], 16))
if int(item[1], 16) != int(d):
print "Config error", hex(item[0]), hex(item[1]), hex(d)
print "Config error", hex(item[0]), hex(item[1]), hex(d)
\ No newline at end of file
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