Skip to content

Swapped Parameters CLK and SDA in TwiPinPair() #3

Description

@GhostJulian

The pin assignments for portBackbone, portSensorsA, and portSensorsB are incorrect and should be swapped. (https://github.com/AEAEmbedded/ESE_PROG/blob/00bf95ebf25179a4315e0e8f3ea09df347bc89fe/Code/WireScanner/examples/basic_wirescanner/basic_wirescanner.ino#L14C1-L16C41)

the correct code is

TwiPinPair portBackbone(W0_SDA, W0_SCL);
TwiPinPair portSensorsA(W1_SDA, W1_SCL);
TwiPinPair portSensorsB(W2_SDA, W2_SCL);

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions