Newer
Older
FaultInjection / examples / CuriousBolt / 01-number_match_glitch.py
root on 1 Nov 134 bytes CuriousBolt examples added
from scope import Scope
import time

s = Scope()
s.glitch.repeat = 4
s.glitch.ext_offset = 10

for _ in range(50000):
    s.trigger()