Browse Source

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

Cyrille 10 years ago
parent
commit
cfedfb3e11
1 changed files with 1 additions and 0 deletions
  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);
         sendHomeEasyBytes(frame);
         sendHomeEasyBit(END_OF_FRAME);
         sendHomeEasyBit(END_OF_FRAME);
     }
     }
+    digitalWrite(homeEasyPinOut, LOW);
     // Exit real time mode
     // Exit real time mode
     scheduler_standard();
     scheduler_standard();
 }
 }