Skip to content

Commit

Permalink
Update docs/battery_boards/bat_board/bat_protocol.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ugo Pattacini <[email protected]>
  • Loading branch information
MSECode and pattacini authored Sep 13, 2023
1 parent 733000c commit d40e785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/battery_boards/bat_board/bat_protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ The user gets the data from a specific YARP port defined in the configuration fi
- Battery charge is displayed in $\%$.
- Status is displayed as a 16-bit integer (only the first 10 bits are valid), whose mapping adheres to the tables above.

Moreover, when the boards start a **DEBUG** message with the initial values of the status (converted to the description strings) is send to the `yarprobotinterface`.
Moreover, at start-up, a **DEBUG** message with the initial values of the status (converted to the description strings) is sent to `yarprobotinterface`.
Then, each time the status changes a **DEBUG** message is send to the `yarprobotinterface` that shows only, as description strings, the value of the bits changed with respect to the previous status.

0 comments on commit d40e785

Please sign in to comment.