Skip to content

FRCTeamPhoenix/Phoenix2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Robotics Build Season 2016

Repository for 2016 FRC Build Season.

Line endings

To keep line endings consistent between WIndows and Unix development systems see [Dealing with line endings] (https://help.github.com/articles/dealing-with-line-endings/#platform-all) for full details.

The .gitattributes file has been created.

Please run the following on OS X and Linux:

git config --global core.autocrlf input
# Configure Git on OS X or Linux to properly handle line endings

Or run the following on Windows

git config --global core.autocrlf true
# Configure Git on Windows to properly handle line endings

About

The robot code in C++ for team 2342 for the 2016 build season

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published