Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

ClearChanges not working #2

Open
BrianPeek opened this issue Aug 30, 2015 · 0 comments
Open

ClearChanges not working #2

BrianPeek opened this issue Aug 30, 2015 · 0 comments
Labels

Comments

@BrianPeek
Copy link
Owner

This issue was imported from CodePlex

peekb wrote 2013-11-22 at 10:36
I worte following code but can't clear motor "RawValue"

private async void btnClearD_Click(object sender, RoutedEventArgs e)
{
    await this.Brick.DirectCommand.ClearChanges(InputPort.D);

    this.MotorD.Update(this.Brick);
}

Where I do wrong?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant