Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
balexei committed Jan 25, 2020
1 parent 94344f7 commit 92259ac
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,26 @@ Methods
* **enable**: _bool_ enables/disables suction
* **.grip(enable)**
* **enable**: _bool_ enables/disables gripper
* **.wait(ms)**
* **ms**: _integer_ milliseconds to wait before the next command
* **wait**: _bool_ waits until command has been executed to return to process
* **.start_stepper(pps, motor=0, wait=False)**
* **pps**: _integer_ pulses per second sent to e-motor (0 or 1)
* **motor**: _integer_ position of the e-motor
* **wait**: _bool_ waits until command has been executed to return to process
* **.stop_stepper(motor=0, wait=False)**
* **motor**: _integer_ position of the e-motor (0 or 1)
* **wait**: _bool_ waits until command has been executed to return to process
* **.start_conveyor(speed, motor=0, wait=False)**
* **speed**: _float_ speed in m/s
* **motor**: _integer_ position of the conveyor belt (0 or 1)
* **wait**: _bool_ waits until command has been executed to return to process
* **.set_io_mode(address, mode, wait=False)**
* **address**: _integer_ EIO port number
* **mode**: _str_ I/O mode (Dummy, PWM, DO, DI, ADC)
* **wait**: _bool_ waits until command has been executed to return to process
* **.set_pwm_output(address, frequency, duty_cycle, wait=False)**
* **address**: _integer_ EIO port number
* **frequency**: _float_ pulse frequency
* **duty_cycle**: _float_ pulse duty cycle (0 to 100)
* **wait**: _bool_ waits until command has been executed to return to process

0 comments on commit 92259ac

Please sign in to comment.