Added README, slowed step time
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
#define PWM_L_CHANNEL LEDC_CHANNEL_1
|
||||
|
||||
// Motor ramping configuration
|
||||
#define RAMP_STEP_MS 50 // Time between ramp steps (milliseconds)
|
||||
#define RAMP_STEP_MS 150 // Time between ramp steps (milliseconds)
|
||||
#define RAMP_STEP_SIZE 5 // PWM duty change per step (0-255)
|
||||
#define MIN_MOTOR_SPEED 10 // Minimum speed to overcome motor inertia
|
||||
|
||||
|
||||
Reference in New Issue
Block a user