Skip to content

Example code crashes #30

Closed
Closed
@mfeif

Description

@mfeif

There's a line in the example that crashes the script:

code = decoder.decode_bits(pulses, debug=False)

decode_bits() no longer has that keyword. Changing the code to this makes it work:

code = decoder.decode_bits(pulses)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions