I found a typo and don’t know where to report it:
diff –git a/ospi.py b/ospi.py
index 1f958e2..bb6df06 100644
— a/ospi.py
+++ b/ospi.py
@@ -19,7 +19,7 @@ from gpio_pins import set_output
def timing_loop():
“”” ***** Main timing algorithm. Runs in a separate thread.***** “””
– print _(‘Starting timing loop’) + ‘\n’
+ print (‘Starting timing loop’) + ‘\n’
last_min = 0
while True: # infinite loop