Skip to content

reset logic #11

@melmager

Description

@melmager

reset wiznet module prior to initialization

    if reset:
        reset.on()
        time.sleep(0.1)
        reset.off()
        time.sleep(0.1)

reset is active low

missing a line reset.on()

reset wiznet module prior to initialization

    if reset:
        reset.on()
        time.sleep(0.1)
        reset.off()
        time.sleep(0.1)
        reset.on()

timing: X-_--------

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