sync with current state

This commit is contained in:
T
2024-10-28 18:10:03 +01:00
parent 895a744873
commit 8dc0480c18
38 changed files with 1675 additions and 104 deletions

View File

@@ -13,7 +13,7 @@ Ny = int(sys.argv[2])
PixelsPerFrame = 20
NumLines = 7
LineGenerationRate = 0.2
time_ms = 10
time_ms = 20
try:
time_ms = int(sys.argv[3])
except: