Skip to content

Commit

Permalink
adding updates...
Browse files Browse the repository at this point in the history
  • Loading branch information
Demo User committed Dec 23, 2019
1 parent b8d251d commit 7d5337c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uMoveI.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
motor.DCMotorMove(1, 1, 90)
#motor.DCMotorMove(2, 2, 90)
time.sleep(3)
print("Making Things Happen Again!")
print("Making Things Happen Again!")

motor = MotorBridgeI.MotorBridgeCape()
#motor = MotorBridgeI.MotorBridgeCape()
motor.DCMotorInit(1, 0)
for i in range(0, 1):
motor.DCMotorMove(1, 2, 0)
time.sleep(10)

print("We are done for now!")

0 comments on commit 7d5337c

Please sign in to comment.