Skip to content

Commit

Permalink
Remove sentinel values
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan2909 authored Apr 29, 2023
1 parent bbd9f64 commit a6b5928
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ radio.onReceivedValue((name, value) => {
} else if (name == "movement") {
movement = value;
IM01.appendFileLine("data.csv", `${time},${pulse},${movement}`);
pulse = -1;
time = -1;
movement = -1;
}
});

0 comments on commit a6b5928

Please sign in to comment.