Skip to content

Commit a149c52

Browse files
committed
UPDATE readme introduction
1 parent 8a4ecb4 commit a149c52

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

examples/magnetic_sensor_examples/change_direction/change_direction.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void loop() {
9393

9494
// function intended to be used with serial plotter to monitor motor variables
9595
// significantly slowing the execution down!!!!
96-
//motormonitor();
96+
//motor.monitor();
9797
}
9898

9999

keywords.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ _micros KEYWORD3
1313
_sin KEYWORD3
1414
_cos KEYWORD3
1515
setPwmFrequency KEYWO
16-
motor_monitor KEYWORD3
16+
monitor KEYWORD3
1717

1818
PI_velocity KEYWIORD2
19-
PI_velocity_ultra_slow KEYWIORD2
19+
LPF_velocity KEYWIORD2
2020
PI_velocity_index_search KEYWIORD2
2121
P_angle KEYWIORD2
2222

@@ -55,8 +55,9 @@ velocity KEYWIORD2
5555
velocity_ultra_slow KEYWIORD2
5656
angle KEYWIORD2
5757

58-
K KEYWIORD2
59-
Ti KEYWIORD2
58+
P KEYWIORD2
59+
I KEYWIORD2
60+
Tf KEYWIORD2
6061
voltage_limit KEYWIORD2
6162
voltage_ramp KEYWIORD2
6263
velocity_limit KEYWIORD2

0 commit comments

Comments
 (0)