Fix servo imports
This commit is contained in:
parent
af3f832758
commit
76a01e4cd9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from PCA9685 import PCA9685
|
||||
from compLib.PCA9685 import PCA9685
|
||||
|
||||
SERVO_COUNT = 10
|
||||
|
||||
|
|
Reference in a new issue