Pārlūkot izejas kodu

put transmitor to low level at the end, to avoid pollution on the remote

Cyrille 11 gadi atpakaļ
vecāks
revīzija
cfedfb3e11
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      emit/home_easy.c

+ 1 - 0
emit/home_easy.c

@@ -144,6 +144,7 @@ void sendFrame(BYTE_BUFFER frame, unsigned int repeat)
         sendHomeEasyBytes(frame);
         sendHomeEasyBit(END_OF_FRAME);
     }
+    digitalWrite(homeEasyPinOut, LOW);
     // Exit real time mode
     scheduler_standard();
 }