From 52467bb9fad2e09fb7baeaf645c36dbb891fc4ff Mon Sep 17 00:00:00 2001 From: tpollina Date: Fri, 13 Dec 2019 12:30:03 -0800 Subject: [PATCH] Update pump.py --- scripts/pump.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/pump.py b/scripts/pump.py index b5a46d9..381a49a 100644 --- a/scripts/pump.py +++ b/scripts/pump.py @@ -1,4 +1,8 @@ #!/usr/bin/env python + +#Strating pumping foward a vol of 24ml with a flowrate of 3.2ml/min, use this command line : +#python3.7 path/to/file/pump.py 24 3.2 foward + from adafruit_motor import stepper from adafruit_motorkit import MotorKit from time import sleep