We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec309cd commit 7d79359Copy full SHA for 7d79359
6 files changed
.gitignore
@@ -1,4 +1,6 @@
1
*.egg-info
2
*.pyc
3
-.idea
4
-.venv
+/.idea
+/.venv
5
+/dist
6
+/build
tmcl/__init__.py TMCL/__init__.pytmcl/__init__.py renamed to TMCL/__init__.py
tmcl/bus.py TMCL/bus.pytmcl/bus.py renamed to TMCL/bus.py
tmcl/commands.py TMCL/commands.pytmcl/commands.py renamed to TMCL/commands.py
tmcl/motor.py TMCL/motor.pytmcl/motor.py renamed to TMCL/motor.py
tmcl/reply.py TMCL/reply.pytmcl/reply.py renamed to TMCL/reply.py
0 commit comments