Skip to content

Commit

Permalink
updates galore!
Browse files Browse the repository at this point in the history
  • Loading branch information
Demo User committed Dec 23, 2019
1 parent 7d5337c commit 436b487
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MotorBridgeI.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def StepperMotorAInit(self):

# MoveSteps > 0 CW
# MoveSteps < 0 CCW
# StepDelayTime : delay time for every step. uint us
# StepDelayTime : delay time for every step. unit us
def StepperMotorAMove(self, MoveSteps, StepDelayTime):
if MoveSteps > 0:
WriteByte(TB_1A_DIR, TB_CW) #CW
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ Look at the source for uMoveI.py for an update to the source. It is simplistic
and approachable. If it keeps running, just run the source and Control-C before
the software starts to cancel the motor from moving.

uMoveI.py will initiate your motor with time, make several turns, and
then turn in the opposite direction and then stop for about 10 seconds
before stopping the program. Enjoy!

Seth

0 comments on commit 436b487

Please sign in to comment.