robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
27 stars 8 forks source link

Rewrites a lot of CAN Talon #86

Closed ThadHouse closed 8 years ago

ThadHouse commented 8 years ago

The changed alot in the official WPILib, so changing here, in order to maintain capatiblity, and ease of debug.

I did change one thing though. The obselete things were just making the code too hard to read and the docs too long. So they have been removed. People should be fine.

codecov-io commented 8 years ago

Current coverage is 30.03%

Merging #86 into master will decrease coverage by -0.13% as of c622b2a

@@            master     #86   diff @@
======================================
  Files          123     123       
  Stmts         7950    8115   +165
  Branches      1028    1029     +1
  Methods          0       0       
======================================
+ Hit           2398    2437    +39
- Partial        155     157     +2
- Missed        5397    5521   +124

Review entire Coverage Diff as of c622b2a

Powered by Codecov. Updated on successful CI builds.