Files
tell/script/test/test_hexiposi.py
gac-S_Changer bdf5049f96 Creation
2018-12-03 12:17:40 +01:00

8 lines
198 B
Python

index = 1
while(True):
for pos in ['A', 'B', 'C', 'D', 'E', 'F']:
hexiposi.move(pos)
visual_check_hexiposi(pos)
print "Ok: " + pos
print index
index = index + 1