File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
examples/ClusterController Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212
1313* Library Information
1414- Name :: ClusterController
15- - Version :: 2.0.1
15+ - Version :: 2.1.0
1616- License :: BSD
1717- URL :: https://github.com/janelia-arduino/ClusterController
1818- Author :: Peter Polidoro
Original file line number Diff line number Diff line change 1- - [ Library Information] ( #org7e622e9 )
2- - [ Host Computer Setup] ( #org02eb969 )
1+ - [ Library Information] ( #orge63bee0 )
2+ - [ Host Computer Setup] ( #org84df3aa )
33
44 <!-- This file is generated automatically from metadata -->
55 <!-- File edits may be overwritten! -->
66
77
8- <a id =" org7e622e9 " ></a >
8+ <a id =" orge63bee0 " ></a >
99
1010# Library Information
1111
1212- ** Name:** ClusterController
13- - ** Version:** 2.0.1
13+ - ** Version:** 2.1.0
1414- ** License:** BSD
1515- ** URL:** < https://github.com/janelia-arduino/ClusterController >
1616- ** Author:** Peter Polidoro
@@ -49,7 +49,7 @@ Firmware for each cluster of prisms in the Voigts Lab honeycomb maze.
4949| read-all-actual-positions | '<BBB' | 3 | 0x11 | | '<BBBhhhhhhh' | 17 | -1..32767[ prism-count] |
5050
5151
52- <a id =" org02eb969 " ></a >
52+ <a id =" org84df3aa " ></a >
5353
5454# Host Computer Setup
5555
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const tmc51x0::DriverParameters driver_parameters_real =
6565 .hold_delay = 0 , // (percent)
6666 .pwm_offset = 15 , // (percent)
6767 .pwm_gradient = 5 , // (percent)
68- .motor_direction = tmc51x0::ReverseDirection ,
68+ .motor_direction = tmc51x0::ForwardDirection ,
6969 .standstill_mode = tmc51x0::PassiveBrakingLsMode,
7070 .stealth_chop_threshold = 10 , // (millimeters/s)
7171 .cool_step_threshold = 50 , // (millimeters/s)
Original file line number Diff line number Diff line change 11name =ClusterController
2- version =0 .1.0
2+ version =2 .1.0
33author =Peter Polidoro <peter@polidoro.io>
44maintainer =Peter Polidoro <peter@polidoro.io>
55sentence =
You can’t perform that action at this time.
0 commit comments