File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
examples/magnetic_sensor_examples/change_direction Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ void loop() {
93
93
94
94
// function intended to be used with serial plotter to monitor motor variables
95
95
// significantly slowing the execution down!!!!
96
- // motormonitor ();
96
+ // motor.monitor ();
97
97
}
98
98
99
99
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ _micros KEYWORD3
13
13
_sin KEYWORD3
14
14
_cos KEYWORD3
15
15
setPwmFrequency KEYWO
16
- motor_monitor KEYWORD3
16
+ monitor KEYWORD3
17
17
18
18
PI_velocity KEYWIORD2
19
- PI_velocity_ultra_slow KEYWIORD2
19
+ LPF_velocity KEYWIORD2
20
20
PI_velocity_index_search KEYWIORD2
21
21
P_angle KEYWIORD2
22
22
@@ -55,8 +55,9 @@ velocity KEYWIORD2
55
55
velocity_ultra_slow KEYWIORD2
56
56
angle KEYWIORD2
57
57
58
- K KEYWIORD2
59
- Ti KEYWIORD2
58
+ P KEYWIORD2
59
+ I KEYWIORD2
60
+ Tf KEYWIORD2
60
61
voltage_limit KEYWIORD2
61
62
voltage_ramp KEYWIORD2
62
63
velocity_limit KEYWIORD2
You can’t perform that action at this time.
0 commit comments