We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2d0ed commit 30e30feCopy full SHA for 30e30fe
scripts/jackhammer.py
@@ -0,0 +1,10 @@
1
+from sensapex import UMP
2
+from ctypes import c_int, c_char
3
+
4
+um = UMP.get_ump()
5
6
+dev_id = 3
7
+axis = 3
8
9
+for i in range(20):
10
+ um.call("um_take_jackhammer_step", c_int(dev_id), c_char(axis), c_int(1), c_int(1), c_int(50), c_int(0), c_int(0))
0 commit comments