You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/utils/calibration/find_pole_pair_number/encoder/find_pole_pairs_number/find_pole_pairs_number.ino
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ void setup() {
56
56
Serial.println("-\n");
57
57
58
58
float pp_search_voltage = 4; // maximum power_supply_voltage/2
59
-
float pp_search_angle = 6*M_PI; // search electrical angle to turn
59
+
float pp_search_angle = 6*_PI; // search electrical angle to turn
Copy file name to clipboardExpand all lines: examples/utils/calibration/find_pole_pair_number/magnetic_sensor/find_pole_pairs_number/find_pole_pairs_number.ino
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ void setup() {
55
55
Serial.println("-\n");
56
56
57
57
float pp_search_voltage = 4; // maximum power_supply_voltage/2
58
-
float pp_search_angle = 6*M_PI; // search electrical angle to turn
58
+
float pp_search_angle = 6*_PI; // search electrical angle to turn
0 commit comments