Quote:
Originally Posted by Joe Ross
Make sure that your re-use of code is legal per R16 (or the equivilant in next years rules).
|
I didn't know that, Thank you
Quote:
Originally Posted by Greg McKaskle
Yes, provided you are using the library and not modifying the library.
The functions that open, update, and close a servo, for example, are not a part of your project. They belong to the WPILib library and your code references them. They are listed in your project under dependencies.
When the new version is installed, a newer version of that library is installed in the new version of the tool. The older version will still be located in the older location.
When your code is loaded in the newer version of the tool, it will load the newer dependency library.
Greg McKaskle
|
Got it!

Thank you.