Skip to content

Commit 86aa4b8

Browse files
committed
typo - forgotten serial
1 parent a81653b commit 86aa4b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/hardware_specific_examples/Teensy/bldc_driver_6pwm_standalone/bldc_driver_6pwm_standalone.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
// using FTM0 timer
77
BLDCDriver6PWM driver = BLDCDriver6PWM(22,23, 9,10, 6,20, 8);
88
// using FTM3 timer - available on Teensy3.5 and Teensy3.6
9-
//BLDCDriver6PWM driver = BLDCDriver6PWM(2,14, 7,8, 35,36, 8);
9+
// BLDCDriver6PWM driver = BLDCDriver6PWM(2,14, 7,8, 35,36, 8);
1010

1111
void setup() {
12-
Serial.begin(9600);
1312
// pwm frequency to be used [Hz]
1413
driver.pwm_frequency = 30000;
1514
// dead zone percentage of the duty cycle - default 0.02 - 2%

0 commit comments

Comments
 (0)