Skip to content

Commit 9cde590

Browse files
committed
Fixed package import from another directory
1 parent e3f6b5b commit 9cde590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import pigpio
2424
import sonar
2525
import mpu
26-
from wheelsaxel import WheelsAxel
26+
from rotary_encoder.wheelsaxel import WheelsAxel
2727

2828
# GPIO
2929
# motors

0 commit comments

Comments
 (0)