Skip to content

Commit 415c8fe

Browse files
committed
Add block diagram and wiring information to the documentation
1 parent ee65ea3 commit 415c8fe

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

README.org

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Library Information
66
- Name :: TMC429
7-
- Version :: 1.3.2
7+
- Version :: 1.3.3
88
- License :: BSD
99
- URL :: https://github.com/janelia-arduino/TMC429
1010
- Author :: Peter Polidoro
@@ -54,5 +54,23 @@ stepper motor controller.
5454

5555
[[./images/stepper_driver.png]]
5656

57+
* TMC429
5758

59+
[[./images/block_diagram.png]]
5860

61+
** Wiring
62+
63+
[[https://github.com/janelia-kicad/stepper_controller_3x2][Example Circuit Board]]
64+
65+
*** Required
66+
67+
- Power supply (3.3V or 5V)
68+
- Clock (4-32MHz)
69+
- SPI to microcontroller (MOSI, MISO, SCK, CS)
70+
- Step and Direction signals to each of the stepper drivers
71+
72+
*** Optional
73+
74+
- INT and POSCOMP signals to microcontroller
75+
- Reference signals (left and/or right) from limit switches attached to each
76+
stepper motor

images/block_diagram.png

45 KB
Loading

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TMC429
2-
version=1.3.2
2+
version=1.3.3
33
author=Peter Polidoro <[email protected]>
44
maintainer=Peter Polidoro <[email protected]>
55
sentence=Trinamic TMC429 triple-axis dedicated step and direction motion controller.

0 commit comments

Comments
 (0)