@@ -62,3 +62,26 @@ Methods
6262 * ** enable** : _ bool_ enables/disables suction
6363* ** .grip(enable)**
6464 * ** enable** : _ bool_ enables/disables gripper
65+ * ** .wait(ms)**
66+ * ** ms** : _ integer_ milliseconds to wait before the next command
67+ * ** wait** : _ bool_ waits until command has been executed to return to process
68+ * ** .start_stepper(pps, motor=0, wait=False)**
69+ * ** pps** : _ integer_ pulses per second sent to e-motor (0 or 1)
70+ * ** motor** : _ integer_ position of the e-motor
71+ * ** wait** : _ bool_ waits until command has been executed to return to process
72+ * ** .stop_stepper(motor=0, wait=False)**
73+ * ** motor** : _ integer_ position of the e-motor (0 or 1)
74+ * ** wait** : _ bool_ waits until command has been executed to return to process
75+ * ** .start_conveyor(speed, motor=0, wait=False)**
76+ * ** speed** : _ float_ speed in m/s
77+ * ** motor** : _ integer_ position of the conveyor belt (0 or 1)
78+ * ** wait** : _ bool_ waits until command has been executed to return to process
79+ * ** .set_io_mode(address, mode, wait=False)**
80+ * ** address** : _ integer_ EIO port number
81+ * ** mode** : _ str_ I/O mode (Dummy, PWM, DO, DI, ADC)
82+ * ** wait** : _ bool_ waits until command has been executed to return to process
83+ * ** .set_pwm_output(address, frequency, duty_cycle, wait=False)**
84+ * ** address** : _ integer_ EIO port number
85+ * ** frequency** : _ float_ pulse frequency
86+ * ** duty_cycle** : _ float_ pulse duty cycle (0 to 100)
87+ * ** wait** : _ bool_ waits until command has been executed to return to process
0 commit comments