Skip to content

Commit a81653b

Browse files
committed
typo example
1 parent 48d151e commit a81653b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/hardware_specific_examples/Teensy/bldc_driver_6pwm_standalone/bldc_driver_6pwm_standalone.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
// BLDC driver instance
66
// using FTM0 timer
7-
//BLDCDriver6PWM driver = BLDCDriver6PWM(22,23, 9,10, 6,20, 8);
7+
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() {
1212
Serial.begin(9600);

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Simple FOC
2-
version=2.2.3
2+
version=2.3.0
33
author=Simplefoc <[email protected]>
44
maintainer=Simplefoc <[email protected]>
55
sentence=A library demistifying FOC for BLDC motors

0 commit comments

Comments
 (0)