Skip to content

Commit 92259ac

Browse files
committed
Update readme
1 parent 94344f7 commit 92259ac

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)