You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -546,16 +546,10 @@ In voltage control mode, the hold current scales the PWM amplitude, but the curr
546
546
In current control mode, setting the hold current is the way to adjust the stationary motor current. The driver will measure the current and automatically adjust the voltage to maintain the hold current, even with the operating conditions change. The PWM offset may be changed to help the automatic tuning procedure, but changing the hold current alone is enough to adjust the motor current since the driver will adjust the offset automatically.
547
547
548
548
549
-
<aid="org66b2186"></a>
549
+
<aid="org22c0b13"></a>
550
550
551
551
# Examples
552
552
553
-
The example \*.ino files use "Serial1" to be compatible with most boards.
554
-
555
-
The following wiring examples uses "Serial3" so the same pins can be used to test both HardwareSerial and Software serial on each of the boards.
556
-
557
-
To test this wiring, change "Serial1" in the example files to "Serial3".
558
-
559
553
560
554
## Wiring
561
555
@@ -580,7 +574,7 @@ To test this wiring, change "Serial1" in the example files to "Serial3".
GNU/Linux computers usually have all of the necessary drivers already installed, but users need the appropriate permissions to open the device and communicate with it.
629
625
630
-
Udev is the GNU/Linux subsystem that detects when things are plugged into your computer.
626
+
## PlatformIO
631
627
632
-
1. Download rules into the correct directory
633
628
634
-
1. Teensy
635
-
636
-
```sh
637
-
curl -fsSL https://www.pjrc.com/teensy/00-teensy.rules | sudo tee /etc/udev/rules.d/00-teensy.rules
0 commit comments