Skip to content

Instantly share code, notes, and snippets.

@Bhavithiran97
Created February 5, 2021 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bhavithiran97/a4198e237fea64ab938eae12897eda10 to your computer and use it in GitHub Desktop.
Save Bhavithiran97/a4198e237fea64ab938eae12897eda10 to your computer and use it in GitHub Desktop.
Move Forward
from motor_driver import * # import motor_driver library
motor = motor_driver(4,5,2,3) # M1A = 4, M1B = 5, M2A = 2, M2B = 3
# Move Forward
motor.speed(50,50) # move forward at speed 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment