Skip to content

Commit b4128e4

Browse files
author
askuric
committed
typo 2 KV rating
1 parent 2d1edbd commit b4128e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utils/calibration/find_kv_rating/encoder/find_kv_rating/find_kv_rating.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BLDCDriver3PWM driver = BLDCDriver3PWM(9, 5, 6, 8);
2020
//StepperDriver4PWM driver = StepperDriver4PWM(9, 5, 10, 6, 8);
2121

2222
// encoder instance
23-
Encoder encoder = Encoder(2, 3, 8192);
23+
Encoder sensor = Encoder(2, 3, 8192);
2424

2525
// Interrupt routine intialisation
2626
// channel A and B callbacks

0 commit comments

Comments
 (0)