

Allows for the generation of non PWM signal to just simulate an active low receiver signal for direct connect to existent receiving devices without using IR.Supports Universal Distance protocol, which covers a lot of previous unknown protocols.NEC, Panasonic, Sony, Samsung and JVC decode & send LSB first. Protocol values comply to protocol standards.An 8/16 bit ** command value as well as an 16 bit address and a protocol number is provided for decoding (instead of the old 32 bit value).Feedback LED can be activated for sending / receiving.Any pin can be used for sending -if SEND_PWM_BY_TIMER is not defined- and receiving.The parameter bool hasStopBit is not longer required and removed e.g.You must replace #define DECODE_DISTANCE by #define DECODE_DISTANCE_WIDTH (only if you explicitly enabled this decoder).Improved handling of PULSE_DISTANCE + PULSE_WIDTH protocols.Ĭonverting your 3.x program to the 4.x version.Callback after receiving a command - It calls your code as soon as a message was received.
ARDUINO TONE 64 BIT
RawData type is now 64 bit for 32 bit platforms and therefore codedRawData can contain complete frame information for more protocols than with 32 bit as before.
ARDUINO TONE HOW TO


Errors with using the 3.x versions for old tutorials.How to convert old MSB first 32 bit IR data codes to new LSB first 32 bit IR data codes.Converting your 2.x program to the 4.x version.A library enabling the sending & receiving of infra-red signals.
