cyborg5 / IRLib2

Library for receiving, decoding, and sending infrared signals using Arduino
GNU General Public License v3.0
384 stars 138 forks source link

Send with 0kHz #40

Open littleprojects opened 6 years ago

littleprojects commented 6 years ago

Hi.

I want to emolate a IRreceiverDiode for an carradio. The Kenwood radio has a remote connction wire thats directly connected to the IRreceiver.

Now i want to attach a externel steering wheel remote to this wire without using IR... just send the unpulsed NEC command to the wire from the radio.

If i set IR_FREQ to 0 it is default at 38kHz mySender.send(NEC,msg,0,IR_FREQ);

How can i set the frequency to 0?

Maybe make the uint8_t khz to an signed int with -1 as default and 0 is 0=0kHz.