ev3dev / ev3dev-lang-python

Pure python bindings for ev3dev
MIT License
425 stars 144 forks source link

Adds Gyro Support to MoveTank #697

Closed nshenoy closed 4 years ago

nshenoy commented 4 years ago

Adds the following gyro supported functions to MoveTank:

These changes may partially address #620 as it follows the intent of that issue in that it uses the gyro for accurate driving.

dwalton76 commented 4 years ago

Looks good to me...merging. Thanks for the code :)