Skip to content

Commit 5ab4c3d

Browse files
committed
read digital inputs
1 parent 33cf81a commit 5ab4c3d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

msg/Measured.msg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
int32 robot_state
33
# Program state
44
int32 program_state
5+
# Digital inputs
6+
bool in0
7+
bool in1
8+
bool in2
9+
bool in3
10+
bool in4
11+
bool in5
12+
bool in6
13+
bool in7
14+
bool in8
15+
bool in9
516
# Digital outputs
617
bool out0
718
bool out1

0 commit comments

Comments
 (0)