Skip to content

Add 1Wire support #5

@AlexR1973

Description

@AlexR1973

Please add 1Wire support.
Also update provided examples to be intact with source code.

Change Direction.OUTPUT to PinDirection.OUTPUT in the next lines:
Pin dc = GPIOBoard.ofPin(72, PinDirection.OUTPUT);

Change State.HIGH to PinState.HIGH in examples:
dc.write(PinState.HIGH);

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