mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 17:49:33 +00:00
Increase motors PWM frequency to 1000
To match the main loop frequency
This commit is contained in:
parent
ac54c954aa
commit
f456e10177
@ -11,7 +11,7 @@
|
|||||||
#define MOTOR_2_PIN 14 // front right
|
#define MOTOR_2_PIN 14 // front right
|
||||||
#define MOTOR_3_PIN 15 // front left
|
#define MOTOR_3_PIN 15 // front left
|
||||||
|
|
||||||
#define PWM_FREQUENCY 500
|
#define PWM_FREQUENCY 1000
|
||||||
#define PWM_RESOLUTION 12
|
#define PWM_RESOLUTION 12
|
||||||
#define PWM_STOP 0
|
#define PWM_STOP 0
|
||||||
#define PWM_MIN 0
|
#define PWM_MIN 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user