Skip to content

Commit

Permalink
Update example code
Browse files Browse the repository at this point in the history
  • Loading branch information
flier268 committed Apr 22, 2020
1 parent a0dd543 commit 7ba6627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static void Main()
13, (1<<0)+(1<<3)+(1<<6)+(1<<7)+(1<<4),
14, (1<<3)+(1<<5),
15, (1<<0)+(1<<2)+(1<<3)+(1<<4)+(1<<6)+(1<<7)
});
}, device.OutputReportByteLength);
device.SendMessage(command);

System.Diagnostics.Debug.WriteLine(devices);
Expand Down

0 comments on commit 7ba6627

Please sign in to comment.