Skip to content

Commit

Permalink
read digital inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dahl committed Aug 26, 2021
1 parent 33cf81a commit 5ab4c3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions msg/Measured.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
int32 robot_state
# Program state
int32 program_state
# Digital inputs
bool in0
bool in1
bool in2
bool in3
bool in4
bool in5
bool in6
bool in7
bool in8
bool in9
# Digital outputs
bool out0
bool out1
Expand Down

0 comments on commit 5ab4c3d

Please sign in to comment.