feat: added some features

This commit is contained in:
2020-05-17 19:38:08 +02:00
parent f69cc0b45c
commit 8b268ef48c
8 changed files with 425 additions and 93 deletions

View File

@@ -0,0 +1,4 @@
from .pca9685 import PWM, map_range
from .servocontroller import ServoController
__all__ = ['PWM', 'ServoController', 'map_range']