Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added units
  • Loading branch information
tomwphillips committed Jun 26, 2015
1 parent 615b332 commit 5727538
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ Alternatively you can use it in your existing code:
chain = pumpy.Chain('/dev/tty.usbserial-FTWOFH91A')
p11 = pumpy.Pump(chain,address=1)
p11.setdiameter(10)
p11.setflowrate(2000)
p11.settargetvolume(200)
p11.setdiameter(10) # mm
p11.setflowrate(2000) ## microL/min
p11.settargetvolume(200) ## microL
p11.infuse()
p11.waituntiltarget()
p11.waituntiltarget() ## blocks until target reached
p11.withdraw()
p11.waituntiltarget()
Expand Down

0 comments on commit 5727538

Please sign in to comment.