You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to flash LED at a particular TC, rather than every second
```
# example for 'flashtime' in the future
xc = timecode()
xc.fps = eng.tc.fps
xc.from_raw(eng.tc.to_raw()) # note: this has DF flag included
for i in range(69):
xc.next_frame()
eng.flashframe = -1 # turn off the 1pps flash
eng.set_flashtime(xc)
print(eng.tc.to_ascii(), xc.to_ascii())
```
0 commit comments