Add explanation in function comments
This commit is contained in:
parent
7b38d83366
commit
d705a99011
1 changed files with 3 additions and 1 deletions
|
@ -397,7 +397,9 @@ public class MovementFacade
|
|||
public int getFrequency() { return FREQUENCY; }
|
||||
|
||||
/**
|
||||
* Internal function to send the fixture to one limit switch or another.
|
||||
* Internal function to send the fixture to a given limit switch.
|
||||
*
|
||||
* Motor slows down after timeout is halfway through, to protect hardware.
|
||||
*
|
||||
* @param moveUp Whether to send the fixture up or down. (True = up, False = down)
|
||||
* @param timeout How long (in seconds) to wait before timing out.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue