Core: blinking pattern for PPM signal detection

This commit is contained in:
pascallanger
2016-11-17 12:08:44 +01:00
parent 6fe3f90a26
commit 4f9f10ddf2
4 changed files with 56 additions and 33 deletions

View File

@@ -724,7 +724,7 @@ void Serial_write( uint8_t byte )
else
{
byteLo |= 0xFE ; // Stop bit
}
}
byte <<= 1 ;
#ifdef INVERT_SERIAL
byte |= 1 ; // Start bit