feat: added some features
This commit is contained in:
4
control/pca9685/__init__.py
Normal file
4
control/pca9685/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .pca9685 import PWM, map_range
|
||||
from .servocontroller import ServoController
|
||||
|
||||
__all__ = ['PWM', 'ServoController', 'map_range']
|
||||
Reference in New Issue
Block a user