Skip to content

Commit

Permalink
update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
A-J-Bauer committed Sep 3, 2023
1 parent 8502190 commit 24b3239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ Ds3502 ds3502 = new(0x28);
ds3502.PowerOn();
ds3502.SetWiper(10);

byte test = GetWiper();
byte test = ds3502.GetWiper();

while(somecondition)
{
Expand Down

0 comments on commit 24b3239

Please sign in to comment.