We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3274473 commit 3621a03Copy full SHA for 3621a03
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## version 0.7.8
4
+
5
+- fixed RPi4 using wrong gpio lib
6
+- changed init/deinit of classes
7
8
## version 0.7.7
9
10
- fixed wrong reg adress of IOIN for TMC220X
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = PyTmcStepper
-version = 0.7.7
+version = 0.7.8
author = Christian Köhlke
author_email = christian@koehlke.de
description = This is a Python libary to drive a stepper motor with a Trinamic stepper driver and a single board computer like a Raspberry Pi
0 commit comments