Fix imports

This commit is contained in:
Konstantin Lampalzer 2021-01-15 18:28:50 +01:00
parent 8387626ec5
commit a4905a862e
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,5 @@
from compLIB import *
class Motor(object):
@staticmethod

View file

@ -1,3 +1,5 @@
from PCA9685 import PCA9685
__version__ = "0.0.1"
pwm = PCA9685(0x40, debug=True)