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
parser=argparse.ArgumentParser("I2CBridge Program Decoder")
234
232
parser.add_argument("prog_file", default=None, help="Program file (binary or hex ASCII) to decode")
235
-
parser.add_argument("-c", "--continue_on_stop", default=False, help="Instead of breaking decoding when 'stop' byte reached, continue parsing with warning.")
0 commit comments