generated from TDD-Templates/cmake_cpputest_template_avr
Updated the motor pulse define, too fast of a pulse doesn't wakeup the motor driver.
This commit is contained in:
parent
ba4b6f9f70
commit
cc57692a1d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue