Skip to content

Commit

Permalink
add temperature cmd to rs
Browse files Browse the repository at this point in the history
  • Loading branch information
supertoto29 committed May 27, 2022
1 parent 22b7725 commit e39db4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions msg/SendRS485Msg.msg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ uint8 CMD_KILL = 1
# les define de la backplane/PSU
uint8 CMD_VOLTAGE = 0
uint8 CMD_CURRENT = 1
uint8 CMD_TEMPERATURE = 2

# les define de la backplane/ESC
uint8 CMD_READ_MOTOR = 15
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>sonia_common</name>
<version>1.1.13</version>
<version>1.1.14</version>
<description>sonia_common</description>
<maintainer email="club.sonia@etsmtl.net">Club SONIA</maintainer>
<license>GPLv3</license>
Expand Down

0 comments on commit e39db4d

Please sign in to comment.