Skip to content

Commit 5d9a3da

Browse files
committed
Change motor direction
1 parent ce3b80e commit 5d9a3da

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.metadata/README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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

examples/ClusterController/bsp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ClusterController
2-
version=0.1.0
2+
version=2.1.0
33
author=Peter Polidoro <peter@polidoro.io>
44
maintainer=Peter Polidoro <peter@polidoro.io>
55
sentence=

0 commit comments

Comments
 (0)