https://github.com/gongoliers/pneumaticsworkshop
A workshop on pneumatics, containing several programming problems
https://github.com/gongoliers/pneumaticsworkshop
Last synced: 3 months ago
JSON representation
A workshop on pneumatics, containing several programming problems
- Host: GitHub
- URL: https://github.com/gongoliers/pneumaticsworkshop
- Owner: Gongoliers
- Created: 2019-04-01T12:45:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T12:49:19.000Z (about 6 years ago)
- Last Synced: 2024-12-29T23:25:16.437Z (5 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pneumatics Workshop
A workshop on pneumatics, containing several programming problems.## Learning objectives
- How to control a compressor using Java
- How to control a solenoid using Java
- How to use Subsystems and InstantCommands to control pneumatics
- How to write code to pass tests (test driven development)## About pneumatics (from a programming side)
TODO## Useful WPILib classes
TODO## Doing the programming problems
TODO