Skip to content

ESP32 does not like hard = True argument on pin.irq() call #1

Description

@Blimpyway

Hi,

I tried your ppm_reader code on esp32 - C3 supermini board, it fails with:
>>> ppmReader = PpmReader(ppm_pin_id, 8)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "ppm_reader/__init__.py", line 12, in __init__
TypeError: extra keyword arguments given

The issue is discussed also on micropython's github
micropython/micropython#7475

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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