|
Re: WPI Robotics library updates
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
|