Skip to content

Default argument after previous specification in header #22

@matthias-mueller

Description

@matthias-mueller

SFEVL53L1X::SFEVL53L1X(TwoWire &i2cPort = Wire, int shutdownPin, int interruptPin)

The first argument should not have a default value (that has been already declared in header file).
Fix:

SFEVL53L1X::SFEVL53L1X(TwoWire &i2cPort, int shutdownPin, int interruptPin)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions