sendIR

Does sendIR work? The Infrared LED sample code was clearly never even tried because it contains a bug.

Maybe I’m wrong but it appears that sendIR is unimplemented? The routine itself seems unfinished.
When do you plan on implementing this?

Thanks!

Its on the list to be polished up in the next update, later this week.

Hi,

Has the sendIR already been implemented? I’ve been looking for this functionality, but I still can’t make it work.

I’ve tried the following code, which is pretty simple, but it doesn’t work:

One Sparki has:

... void loop() { sparki.sendIR(2); delay(500); }

The other one has:

... void loop() { int code = sparki.readIR(); ..... }