Python control code for 2016 FRC - Stronghold
2
stars
6
forks
source link
pystronghold - FRC Team 4774's code for 2016
Contributing
- Fork this git repository to your github account
- Create your feature branch (
git checkout -b my-new-feature
)
- Commit your changes (
git commit -am 'Add some feature'
)
- Push to the branch (
git push -u origin my-new-feature
)
- Create new Pull Request on github