Skip to content

Commit

Permalink
Improvment
Browse files Browse the repository at this point in the history
  • Loading branch information
tainfante committed Jan 22, 2018
1 parent 84f4637 commit 9c50696
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
27 changes: 13 additions & 14 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified out/production/KCC_App/sample/Controller.class
Binary file not shown.
4 changes: 0 additions & 4 deletions src/sample/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public void onStartAction(ActionEvent actionEvent) {
log("Estimated time is 0 s\n");

}
Port.getInstance().SendStop();

}

private float calculateTime(long impulses) {
Expand Down Expand Up @@ -163,8 +161,6 @@ public void onChooseMode(ActionEvent actionEvent) {
}
else{
Port.getInstance().SendComment(new Commend((byte)96,(byte)1));

}
Port.getInstance().SendStop();
}
}

0 comments on commit 9c50696

Please sign in to comment.