Need a MidLevelLimitSwitch #21
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
team
test
wontfix
bug
documentation
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ironriders/Recycle-Rush#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This class needs a class field of type int which tracks what level this limit switch is on. When the limit switch is pressed, this class needs to test whether the level it's on matches up with the level that the driver wants to go to.
@kcooper42 can you review this issue to see if it was resolved in the commit referenced above? thanks.
We have a Middle limit switch in the code under elevator. I think this is resolved? The code for it is just methods and I don't see it called on in elevator. Do we even need this?