SimLeek / silverpak-syringe-pump

Python library for controlling a Silverpak motor
2 stars 0 forks source link

Max wait time is 30 seconds #15

Closed SimLeek closed 10 years ago

SimLeek commented 10 years ago

The maximum wait time in the documentation is 30 seconds. I can make longer wait times by having nested loops and having the remainder of 30 seconds later.

SimLeek commented 10 years ago

Added a nested loop whenever the wait time is over 30 seconds. Now you should be able to wait 10 days between pumps if you want.

Still need to test.

SimLeek commented 10 years ago

Tested, working.