Skip to content

Commit

Permalink
Update protocol_over_uart.txt
Browse files Browse the repository at this point in the history
Removed out-of-date information
  • Loading branch information
buk7456 authored Oct 2, 2024
1 parent 94b68f1 commit a1f1943
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/protocols/protocol_over_uart.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Status1:
Other bits reserved

RC data:
Each rc channel is sent as 2 bytes, with big endian ordering.
Each RC channel is sent as 2 bytes, with big endian ordering.

Receiver configuration:
Each rc channel's configuration is sent on a separate byte.
Each RC channel's configuration is sent on a separate byte.

==============================================================================================
2. SECONDARY MCU TO MAIN MCU COMMUNICATION
Expand All @@ -54,6 +54,4 @@ Each telemetry field is formatted as:
If there is more telemetry than can fit in a single message, it is sent on the next message.

Receiver configuration:
Each rc channel's configuration is sent on a separate byte, where the lower nibble holds the
present configuration, and the upper nibble holds the maximum configuration.

Each RC channel's configuration is sent on a separate byte.

0 comments on commit a1f1943

Please sign in to comment.