4 lines
74 B
Python
4 lines
74 B
Python
__version__ = "0.0.1"
|
|
|
|
pwm = PCA9685(0x40, debug=True)
|
|
pwm.setPWMFreq(50)
|