Skip to content

getInterruptedPin not working #7

@fuoco66

Description

@fuoco66

The function getInterruptedPin triggers an error while compiling.

The error is in PinChangeInt.h:61, where the define links the function to a function of PCintPort, wich doesn't exist.

The define now is like this
#define getInterruptedPin() PCintPort::getArduinoPin()

But should be like this
#define getInterruptedPin() PCintPort::arduinoPin

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