Hello,
If a sketch is written with Maniacbug's rf24 library, will it work with the new library mentioned here?
http://playground.arduino.cc/InterfacingWithHardware/Nrf24L01
If yes, how do I remove the old one. I am using IDE 1.6.5.
Thanks in advance.
Regards,
Donovan
It may require some tweaking. It's really impossible to say without knowing exactly which version of the library it's developed with, and what's been changed in the new one.
I'd say give it a go! If you run into issues, it's a great learning experience to fix the code.
How did you install the old library?
If you put it into a "libraries" folder in your sketchbook location, then you can simply remove the old "RF24" folder (or move it out of the libraries folder; keep a backup just in case, and for comparison) and drop in the new one.
logan893,
Removed directory of old library and replaced worked. I had used add ZIP library and thought there was something more involved.
Thanks for you help.