This commit is contained in:
2025-06-03 23:28:11 +02:00
parent 0b87524719
commit 91d3966d88
4 changed files with 12 additions and 9 deletions

View File

@@ -17,7 +17,9 @@ typedef struct {
uint32_t next_step;
} stepper_T;
#define STEPPERS_MAX_SPEED 300
#define STEPPER_MAX_SPEED 600
#define STEPPER_STEPS_PER_ROTATION 3200
void Timer1_Init(void);
void stepper_gpio_init();