IR Sensor issues with sketch.

Hi,

I successfully installed the IR library and the sensor appears to function correctly. The HEX codes are

displayed in the serial monitor window however my test If Statement does not work. If you take a look at

the attached screen shot and see a problem with this test sketch please let me know. I don't know if this

is an issue but some of the HEX codes are only two characters long. Every HEX code is consistent 100%

I am aware of the FFFFFF repeating if the button is held down. Thank you.

PS I know my code looks a little "weird" . I've been told many times but it is very clear for me, hope it isn't

an issue for you.

BTW the 9 was changed to 13. Sorry about that.

if (results.value == 1E114)

I don't think you really meant 10114. Try 0x1E114 instead.

I don't know if this is an issue but some of the HEX codes are only two characters long.

No problem, leading zeros are just not printed.