From edd249566ec109da3106e3a23432acfce3756a93 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 25 Dec 2024 02:13:57 +0300 Subject: [PATCH] Increase motors output frequency --- flix/motors.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flix/motors.ino b/flix/motors.ino index 7287aca..36b60e9 100644 --- a/flix/motors.ino +++ b/flix/motors.ino @@ -10,7 +10,7 @@ #define MOTOR_2_PIN 14 // front right #define MOTOR_3_PIN 15 // front left -#define PWM_FREQUENCY 200 +#define PWM_FREQUENCY 500 #define PWM_RESOLUTION 8 void setupMotors() {