X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433ctl%2FIRremote%2FIRremote.cpp;h=b632723066e9aa1e331332eb3d28057657a300e4;hb=1b475c3656ae87f9f9d6cc9420b6c80f53eb00ef;hp=00ccebf6552852d3bb5124b89e47dd92faae379a;hpb=5d6e4e72cd5d0d67f969f41a438b58815e85c100;p=svn42.git diff --git a/rf433ctl/IRremote/IRremote.cpp b/rf433ctl/IRremote/IRremote.cpp index 00ccebf..b632723 100644 --- a/rf433ctl/IRremote/IRremote.cpp +++ b/rf433ctl/IRremote/IRremote.cpp @@ -198,7 +198,7 @@ void IRsend::enableIROut(int khz) { TIMSK2 &= ~_BV(TOIE2); //Timer2 Overflow Interrupt pinMode(3, OUTPUT); - digitalWrite(3, HIGH); // When not sending PWM, we want it low + digitalWrite(3, HIGH); // When not sending PWM, we want it low (invertiert angeschlossen) // COM2A = 00: disconnect OC2A // COM2B = 00: disconnect OC2B; to send signal set to 10: OC2B non-inverted