IR measuring using KY-022

matiasparache:
Yep, sctually i've trying to use The IRemote library,but i don't have in mind to erase The irrobot,gonna check it...when The arduino program is loading, i don't see any conflict wth The installed libraries, thanks for the orientation bro. If it works, i'll upload it

There is no advantage in keeping the RobotIRremote library. It's just an earlier version of the same library, written by the same author, Ken Shirreff.

Still, it appears that in later versions of the IDE, the old problem has been fixed. It wasn't previously possible to compile the later library with the old one in place. Now the compiler just gives a warning:-

Multiple libraries were found for "IRremote.h"
 Used: C:\Arduino Projects\Sketchbook\libraries\IRremote
 Not used: C:\Program Files (x86)\Arduino\libraries\RobotIRremote

You just need to double-check that the correct version of the library is actually used.

This is the original issue:- GitHub ยท Where software is built