mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-22 01:31:21 +03:00
add some more commands
This commit is contained in:
@@ -173,6 +173,11 @@ extern const uint32_t DIRpins[MOTORSNO];
|
||||
|
||||
extern volatile uint32_t Tms;
|
||||
|
||||
// timers of motors
|
||||
extern TIM_TypeDef *mottimers[];
|
||||
// timers for encoders
|
||||
extern TIM_TypeDef *enctimers[];
|
||||
|
||||
void gpio_setup();
|
||||
void iwdg_setup();
|
||||
void timers_setup();
|
||||
|
||||
Reference in New Issue
Block a user