This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compLIB/oldLib/__init__.py
Konstantin Lampalzer b5a60438c0
add motor class
2021-01-15 18:22:50 +01:00

4 lines
74 B
Python

__version__ = "0.0.1"
pwm = PCA9685(0x40, debug=True)
pwm.setPWMFreq(50)