Quote:
Originally Posted by mikelowry
I want to build in the use of fans into the provided robotDrive class. I know how to do it, but i cant find the file to edit.
|
Don't edit a provided class. Make your own robotDriveWithFan class that inherits from it and use that instead. As long as you're just adding functionality and not removing any, it's very easy.