Skip to content

Commit f0ffbef

Browse files
author
Tobias Libera
committed
Get rid of typos
1 parent df3c5ae commit f0ffbef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

GRBL_HBridge/Config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
PIN_H_BRIDGE_CW [Output Pin]
6262
Clockwise Direction Pin of the H-Bridge.
6363
By default, this value is the inverted value of
64-
PIN_GRBLE_SPINDLE_DIR.
64+
PIN_GRBL_SPINDLE_DIR.
6565
6666
PIN_H_BRIDGE_CW [Output Pin]
6767
Counter-Clockwise Direction Pin of the H-Bridge.
6868
By default, this value is the not inverted value of
69-
PIN_GRBLE_SPINDLE_DIR.
69+
PIN_GRBL_SPINDLE_DIR.
7070
71-
(The default specification of pins fits an ATTiny85)
71+
(The default definition of pins fits an ATTiny85)
7272
*/
7373

7474
#define PIN_GRBL_SPINDLE_EN PB0

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ What is shown here, are the default values.
153153
PIN_H_BRIDGE_CW [Output Pin]
154154
Clockwise Direction Pin of the H-Bridge.
155155
By default, this value is the inverted value of
156-
PIN_GRBLE_SPINDLE_DIR.
156+
PIN_GRBL_SPINDLE_DIR.
157157
158158
PIN_H_BRIDGE_CW [Output Pin]
159159
Counter-Clockwise Direction Pin of the H-Bridge.
160160
By default, this value is the not inverted value of
161-
PIN_GRBLE_SPINDLE_DIR.
161+
PIN_GRBL_SPINDLE_DIR.
162162
163-
(The default specification of pins fits an ATTiny85)
163+
(The default definition of pins fits an ATTiny85)
164164
*/
165165

166166
#define PIN_GRBL_SPINDLE_EN PB0

0 commit comments

Comments
 (0)