IRremote syntax issues in IDE2.0

I had a sketch that used IRremote using the older standard (decode_results results) but then I DLoaded the newest IDE and its code checker is now saying its depreciated and to use the newer way of (decode()) and that its stored in (irdecodedIRData....raw) etc. I the changed the code to reflect that and it doesn't work. So I check all the things that could be wrong, IE the code wording, then check the library see if its up to date, then I looked into the syntax of that <IRremote.h> file and the keywords aren't even listed. Is there a newer IRremote library for IDE2.0?
The project I'm working on is not difficult yet is frustrating me. I'm using the IR to control servos on a robot (6 servos the be exact) and they used to work on the uno board with the older syntax. If someone could help me with this newest method and how it should be coded I would greatly appreciate it.

Does the new version of the library have updated example code?

I just looked in example folders they're blank using notepad to open it

I just found the files that will open the example codes in the IDE but there not what Im looking for.

We don't know what you're looking for.
Which library are we talking about here?

<IRremote.h> I have being using this in older versions and it was working but IDE2.0 says it depreciated and the reason will not be stable which would explain why its not working. I'm just having a hard time getting the right syntax so the IDE knows what I need to do. I program I "accidently" copied over, which worked is gone. This new wording is stumping me .......//if (IrReceiver.decode()); then is the value at value or at this ---->(IrReceiver.decodedIRData.decodedRawData);// and if so how can I use that raw data to assign a funtion for it to do something with . Like if (IrReceiver.decodedIRData.decodedRawData ==0x??????) servo do something.

I don't have IDE2.0, but does it have a library manager to tell you which version of the library you have?
(Is this the Ken Shirriff library?)

yes it is. From what I see its the latest one so I assumed it was working and up to date.

can I send you the code and could you proof it for me?

When I asked if the library manager tells you which version you have, I'd hoped that you might want to share that information.

Please don't send me any code, I'm out.

sorry i didn't get that but here it is. Shirriff v3.5.2 z3t0 ArminJo. does that help?

It is NOT the IDE 2.0, it is the new library version!
Maybe IDE 2.0 shows you all the warnings you suppress with the 1.8 IDE.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.