I downloaded the latest version of arduino recently on my laptop because I want to work on a project at home. The project is to make a little dc motor car avoid objects with an OSEPP IR Follower. I'm working with the car, arduino UNO, arduino motor shield V2, and an OSEPP IR Follower. I have a working motor code and codes for the IR follower from its main website. My problem is that the latest version of Arduino comes with Robot IR Remote library which does not work for the codes I have. But, I have no idea as to how to delete an arduino library. Can anyone help me? Thank you.
mag013:
I have no idea as to how to delete an arduino library.
The library is located in the Arduino IDE installation folder at: Arduino/libraries/RobotIRremote. If you delete that folder and then restart the Arduino IDE the conflicting library will be removed. If you can't find the Arduino IDE installation folder let me know and I'll try to help.