Skip to content

[TODO] GPIO get/set direction not implemented #7

@smdn

Description

@smdn

Get direction:

private static class GetDirectionCommand {
public static void ConstructCommand(Span<byte> comm, ReadOnlySpan<byte> userData, GPFunctionality gp)
=> throw new NotImplementedException();
public static GPIODirection ParseResponse(ReadOnlySpan<byte> resp, GPFunctionality gp)
=> throw new NotImplementedException();
}

Set direction:

private static class SetDirectionCommand {
public static void ConstructCommand(Span<byte> comm, ReadOnlySpan<byte> userData, (GPFunctionality gp, GPIODirection newDirection) args)
=> throw new NotImplementedException();
public static bool ParseResponse(ReadOnlySpan<byte> resp, (GPFunctionality gp, GPIODirection newDirection) args)
=> throw new NotImplementedException();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions