Update focus.py
This commit is contained in:
parent
52467bb9fa
commit
c7cb995ac7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue