i am doing a project based on IR remote .... and i download IR library and i put the folder with the other library
the problem is when i write the sketch for the library it doesn't work ( it is not coming Orange) ..... unlike servo library when i write it works ( it become orange).............i download IRremote library from different websites but same problem .... this problem only with this library
Zakariya:
the problem is when i write the sketch for the library it doesn't work ( it is not coming Orange) ..... unlike servo library when i write it works ( it become orange)............
Words turn orange when they are established as keywords in a library's keywords.txt file. I don't have the IR library installed on this laptop, but it's entirely possible it doesn't have a keywords.txt file. Go have a look....
As PaulS says, the orange-ness of a word is irrelevant: the important thing you should be concerned with is whether or not your code compiles.
If you have downloaded a library from somewhere, installed it somewhere, compiled some code, and gotten some error message, you are the ONLY one that knows where you got the library, where you installed it, what you compiled, or what error you got.
Therefore, since you are incapable of sharing anything, you are the only one that can resolve the problem.