Skip to content

Commit b6d1f10

Browse files
committed
Added comments
1 parent f106ef7 commit b6d1f10

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scripts/jackhammer.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@
77
dev_id = 3
88
axis = 3
99

10-
um.call("um_take_jackhammer_step", c_int(dev_id), c_char(axis), c_int(20), c_int(10), c_int(50), c_int(5), c_int(-50))
10+
um.call("um_take_jackhammer_step",
11+
c_int(dev_id), # Device number
12+
c_char(axis), # Axis (0=X, 1=Y, 2=Z, 3=D)
13+
c_int(20), # Number of cycles
14+
c_int(10), # Number of steps in first-stage
15+
c_int(15), # Thrust length
16+
c_int(5), # Number of steps in second-stage
17+
c_int(-15)) # Thrust length

0 commit comments

Comments
 (0)