Skip to content

Editing Port().input (PINx register) should not be allowed. #10

@raphendyr

Description

@raphendyr

This code should raise error:

PortB7 port; port.input += 20;

This is ok:

PortB7 port; port.input = 0xff;

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