Skip to content

Commit

Permalink
Merge pull request fmauch#8 from galou/inverse_domain
Browse files Browse the repository at this point in the history
[ur_msgs] Fix domain constants in Analog.msg
  • Loading branch information
fmauch committed Oct 7, 2020
2 parents 94623c8 + fcc67a5 commit 90c141b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ur_msgs/msg/Analog.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uint8 VOLTAGE=0
uint8 CURRENT=1
uint8 CURRENT=0
uint8 VOLTAGE=1

uint8 pin
uint8 domain # can be VOLTAGE or CURRENT
Expand Down

0 comments on commit 90c141b

Please sign in to comment.