Commit f0ffbef Tobias Libera
committed
1 parent df3c5ae commit f0ffbef Copy full SHA for f0ffbef
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 61
61
PIN_H_BRIDGE_CW [Output Pin]
62
62
Clockwise Direction Pin of the H-Bridge.
63
63
By default, this value is the inverted value of
64
- PIN_GRBLE_SPINDLE_DIR .
64
+ PIN_GRBL_SPINDLE_DIR .
65
65
66
66
PIN_H_BRIDGE_CW [Output Pin]
67
67
Counter-Clockwise Direction Pin of the H-Bridge.
68
68
By default, this value is the not inverted value of
69
- PIN_GRBLE_SPINDLE_DIR .
69
+ PIN_GRBL_SPINDLE_DIR .
70
70
71
- (The default specification of pins fits an ATTiny85)
71
+ (The default definition of pins fits an ATTiny85)
72
72
*/
73
73
74
74
#define PIN_GRBL_SPINDLE_EN PB0
Original file line number Diff line number Diff line change @@ -153,14 +153,14 @@ What is shown here, are the default values.
153
153
PIN_H_BRIDGE_CW [Output Pin]
154
154
Clockwise Direction Pin of the H-Bridge.
155
155
By default, this value is the inverted value of
156
- PIN_GRBLE_SPINDLE_DIR .
156
+ PIN_GRBL_SPINDLE_DIR .
157
157
158
158
PIN_H_BRIDGE_CW [Output Pin]
159
159
Counter-Clockwise Direction Pin of the H-Bridge.
160
160
By default, this value is the not inverted value of
161
- PIN_GRBLE_SPINDLE_DIR .
161
+ PIN_GRBL_SPINDLE_DIR .
162
162
163
- (The default specification of pins fits an ATTiny85)
163
+ (The default definition of pins fits an ATTiny85)
164
164
*/
165
165
166
166
#define PIN_GRBL_SPINDLE_EN PB0
You can’t perform that action at this time.
0 commit comments