Thanks to visit codestin.com
Credit goes to github.com

Skip to content

time.sleep() in code.py prevents USB from working #2912

Closed
@dhalbert

Description

@dhalbert

This may be a dupe of the other USB issues we are seeing with lower_power.

If this is code.py, USB doesn't connect: no CIRCUITPY and no REPL

import time
while True:
    print('hi')   # not necessary, just easier to see it's running
    time.sleep(1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions