Update focus.py

This commit is contained in:
tpollina 2019-12-13 12:30:57 -08:00 committed by GitHub
parent 52467bb9fa
commit c7cb995ac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,8 @@
#!/usr/bin/env python
#Focusing up for 345 micro steps :
#python3.7 path/to/file/focus.py 345 up
from adafruit_motor import stepper
from adafruit_motorkit import MotorKit
from time import sleep