Skip to content

Commit 39f5b85

Browse files
committed
Wheels axel to control both wheels at the same time
1 parent c000802 commit 39f5b85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rotary_encoder/wheelsaxel.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import pigpio
2+
3+
from motorencoder import MotorEncoder
4+
5+
class WheelsAxel:
6+
pass
7+

0 commit comments

Comments
 (0)