add motor class

This commit is contained in:
Konstantin Lampalzer 2021-01-15 18:22:50 +01:00
parent 5942c13721
commit b5a60438c0
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9
16 changed files with 438 additions and 100 deletions

4
oldLib/__init__.py Normal file
View file

@ -0,0 +1,4 @@
__version__ = "0.0.1"
pwm = PCA9685(0x40, debug=True)
pwm.setPWMFreq(50)