Skip to content

Redundant commands in ProgramPage #36

@ccrause

Description

@ccrause

DwSend(Bytes(0x66));

There is no need for DwSend(Bytes(0x66)) before calling DwSetRegs since DwSetRegs sends the appropriate setup command.

Similarly DwSend(Bytes(0x64)) on line 144 is also redundant since the following DwOut call sends this via DwInst.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions