Skip to content

Run() function of PWM class fails on startup because underlying RMT changed. #1

@diputssi

Description

@diputssi

Line 26 and line 30 fail because the underlying ESP32 RMT Micropython library appears to have been changed. The "start=1" parameter appears to no longer be valid.

Removing ", start=1" from line 26 and line 30 appears to fix the problem.

Also , removing the parameter name seems to allow things to proceed. For example, changing ", start=1" to ",1" but does not actually work. Not sure which is correct based on RMT documentation:

https://docs.micropython.org/en/latest/library/esp32.html

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