-
Hi There, This looks like a really great library. I was wondering. Is there a way to split this library so I could get all the IR code goodies without having to rely on the Arduino hardware? Essentially I would like to get the library to output something like a list of space and mark timings so I can process that into something I can send to an Broadlink IR device for instance. The IR part could then be compiled on various devices without the need for hardware. Are you aware if someone has done that already? TIA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There is some tools you can use, see https://github.com/crankyoldgit/IRremoteESP8266/tree/master/tools Be aware that ACs don't have one code per function, but rather keeps state. You might be better of looking at something like the LIRC database. |
Beta Was this translation helpful? Give feedback.
You could compile this library as a tool give it parameters, grab output. Unit tests and utilities can be compiled and run on more or less any platform.