mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 17:16:10 +00:00
Increase motors PWM resolution to 12 bits
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#define MOTOR_3_PIN 15 // front left
|
||||
|
||||
#define PWM_FREQUENCY 500
|
||||
#define PWM_RESOLUTION 8
|
||||
#define PWM_RESOLUTION 12
|
||||
#define PWM_MIN 0
|
||||
#define PWM_MAX 1000000 / PWM_FREQUENCY
|
||||
|
||||
|
Reference in New Issue
Block a user