Skip to content

Commit 3f5df45

Browse files
committed
Update readme
1 parent 4704474 commit 3f5df45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,15 @@ Methods
6464
* **enable**: _bool_ enables/disables suction
6565
* **.grip(enable)**
6666
* **enable**: _bool_ enables/disables gripper
67+
* **.wait(ms)**
68+
* **ms**: _integer_ milliseconds to wait before the next command
69+
* **wait**: _bool_ waits until command has been executed to return to process
70+
* **.set_io_mode(address, mode, wait=False)**
71+
* **address**: _integer_ EIO port number
72+
* **mode**: _str_ I/O mode (Dummy, PWM, DO, DI, ADC)
73+
* **wait**: _bool_ waits until command has been executed to return to process
74+
* **.set_pwm_output(address, frequency, duty_cycle, wait=False)**
75+
* **address**: _integer_ EIO port number
76+
* **frequency**: _float_ pulse frequency
77+
* **duty_cycle**: _float_ pulse duty cycle (0 to 100)
78+
* **wait**: _bool_ waits until command has been executed to return to process

0 commit comments

Comments
 (0)