Skip to content

SCL release? #14

Open
Open
@rscheff

Description

@rscheff

Hi,

Line 95 is supposed to "release" SCL (that is, make it an input pin, and validate that no other device pulls it down).

However, the code keeps this as an output (PORTB PIN is set, rather than unset)...

Unless I am mistaken, this should be a
PORT_USI_CL &= ~(1<<PIN_USI_SCL);

What am I missing?

PORT_USI_CL |= 1<<PIN_USI_SCL; // Release SCL.

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