to github
[svn42.git] / rf433ctl / IRremote / IRremote.cpp
index 00ccebf..b632723 100644 (file)
@@ -198,7 +198,7 @@ void IRsend::enableIROut(int khz) {
   TIMSK2 &= ~_BV(TOIE2); //Timer2 Overflow Interrupt\r
   \r
   pinMode(3, OUTPUT);\r
-  digitalWrite(3, HIGH); // When not sending PWM, we want it low\r
+  digitalWrite(3, HIGH); // When not sending PWM, we want it low (invertiert angeschlossen)\r
   \r
   // COM2A = 00: disconnect OC2A\r
   // COM2B = 00: disconnect OC2B; to send signal set to 10: OC2B non-inverted\r