Skip to content

Commit

Permalink
v2.1
Browse files Browse the repository at this point in the history
* Add reset() to the FSensor API
  • Loading branch information
KalebKE committed Apr 12, 2020
1 parent 93d0aed commit d524a2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ public interface FSensor {

void start();
void stop();
void reset();
}

0 comments on commit d524a2d

Please sign in to comment.