Faster IR slew rate to minimize mosfet gray zone time

This commit is contained in:
whowechina
2026-03-30 08:41:43 +08:00
parent 761e274fc2
commit 5a06f1af05
2 changed files with 1 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -68,6 +68,7 @@ static void air_init_ir()
gpio_init(IR_ABC[i]);
gpio_set_dir(IR_ABC[i], GPIO_OUT);
gpio_put(IR_ABC[i], 0);
gpio_set_drive_strength(IR_ABC[i], GPIO_DRIVE_STRENGTH_12MA);
}
for (int i = 0; i < count_of(IR_SIG); i++) {
adc_init();