mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 05:26:53 +00:00
Fix reverse motors pwm
This commit is contained in:
@@ -14,8 +14,8 @@
|
|||||||
#define PWM_NEUTRAL 1500
|
#define PWM_NEUTRAL 1500
|
||||||
#define PWM_MIN 1600
|
#define PWM_MIN 1600
|
||||||
#define PWM_MAX 2300
|
#define PWM_MAX 2300
|
||||||
#define PWM_REVERSE_MIN 1440
|
#define PWM_REVERSE_MIN 1100
|
||||||
#define PWM_REVERSE_MAX 1100
|
#define PWM_REVERSE_MAX 1440
|
||||||
|
|
||||||
void setupMotors() {
|
void setupMotors() {
|
||||||
Serial.println("Setup Motors");
|
Serial.println("Setup Motors");
|
||||||
|
|||||||
Reference in New Issue
Block a user