First version enable timestamps

This commit is contained in:
Ronald van Elburg
2021-04-06 14:31:45 +02:00
parent 17f3b440cc
commit 3c3f0af74a
2 changed files with 26 additions and 2 deletions

View File

@@ -54,8 +54,8 @@ if __name__ == '__main__':
periodsize=160, device=device)
print(inp.info())
help(inp.htimestamp)
# help(inp.htimestamp)
inp.enable_timestamp()
loops = 100000
while loops > 0:
loops -= 1