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

11
.idea/compLIB.iml generated Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/compLIB" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.8 (compLIB)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>