Remove debug
This commit is contained in:
parent
e327a2ddb1
commit
96534d6c0d
|
@ -131,11 +131,11 @@ class TestDUT(unittest.TestCase):
|
||||||
for i in range(lcnt):
|
for i in range(lcnt):
|
||||||
x = random.randint(0, 255)
|
x = random.randint(0, 255)
|
||||||
wdata.append(x)
|
wdata.append(x)
|
||||||
print(wdata)
|
# print(wdata)
|
||||||
i2c.regwr(sa0, 0x00, wdata)
|
i2c.regwr(sa0, 0x00, wdata)
|
||||||
time.sleep(0.5)
|
time.sleep(0.5)
|
||||||
x = i2c.regrd(sa0, 0x00, "<16B")
|
x = i2c.regrd(sa0, 0x00, "<16B")
|
||||||
print(x)
|
# print(x)
|
||||||
|
|
||||||
def test_setspeed(self):
|
def test_setspeed(self):
|
||||||
i2 = self.init()
|
i2 = self.init()
|
||||||
|
|
Loading…
Reference in New Issue