Updated the motor pulse define, too fast of a pulse doesn't wakeup the motor driver.

This commit is contained in:
jakeg00dwin 2025-02-18 19:29:30 -08:00
parent ba4b6f9f70
commit cc57692a1d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
#define SPEED_PIN PB2 // Pin 7/ADC1
#define BUTTON_PIN PB4 // Pin 3 - Button input
#define MOTOR_PULSE 1 //uS motor base pulse
#define MOTOR_PULSE 6 //uS motor base pulse
/*The timing of "ticks" is dependent on the AVR timer's counter register