We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My notes on how that subsystem (and the compressor subsystem) should work.
Solenoid going backwards at the same time as mysterious latch (locks) Piston goes back (one goes forward one goes back) and flip on relay
To hold back springs: turn on electromagnet
Turn back solenoid Turn on electromagnet (relay) Wait until fully back (limit switch) Turn forward solenoid
The two subsystems for the pinball shooter and the compressor should be merged
Record which state it's in: where the piston and latch are (boolean or enum)
Add sensors into subsystem: two limit switches: one on each end
Make a shoot command
The text was updated successfully, but these errors were encountered:
Toasterman9000
No branches or pull requests
My notes on how that subsystem (and the compressor subsystem) should work.
Solenoid going backwards at the same time as mysterious latch (locks)
Piston goes back (one goes forward one goes back) and flip on relay
To hold back springs: turn on electromagnet
Turn back solenoid
Turn on electromagnet (relay)
Wait until fully back (limit switch)
Turn forward solenoid
The two subsystems for the pinball shooter and the compressor should be merged
Record which state it's in: where the piston and latch are (boolean or enum)
Add sensors into subsystem: two limit switches: one on each end
Make a shoot command
The text was updated successfully, but these errors were encountered: