add motor class
This commit is contained in:
parent
5942c13721
commit
b5a60438c0
16 changed files with 438 additions and 100 deletions
4
oldLib/__init__.py
Normal file
4
oldLib/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
__version__ = "0.0.1"
|
||||
|
||||
pwm = PCA9685(0x40, debug=True)
|
||||
pwm.setPWMFreq(50)
|
Reference in a new issue