robotdotnet / WPILib

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

CANTalon and other removed classes #112

Closed msoucy closed 7 years ago

msoucy commented 7 years ago

As of 2017, the CANTalon and other classes were removed from the library. The comment for fb5fecc7a037daa7e2da3a837bcc54e73a35238d states that they will be moved to another location, but no replacement location has been given.

ThadHouse commented 7 years ago

Grab the FRC.WPILib.CTRE package off of Nuget. I'll update the docs tonight. Sorry about that.

ThadHouse commented 7 years ago

That should be the only removed class. Anything else missing that you need?

msoucy commented 7 years ago

That appears to be all that we need at the moment. Thank you!

ThadHouse commented 7 years ago

https://robotdotnet.github.io/tutorials/ctre.html

I added a page to the docs about this. Thanks for reminding me!

msoucy commented 7 years ago

For history's sake - this was done in robotdotnet/WPILib-Docs@aed54c5